X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cdaebd22ebb8e0d28a614ec8792a28620569910f..86dbcb55f25219edc4f0aa93b209357e4cac0621:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 34605df1d..9b7a28d87 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -7,6 +7,7 @@ require: AllCops: TargetRubyVersion: 2.5 + NewCops: enable Exclude: - 'vendor/**/*' @@ -36,7 +37,6 @@ Metrics/ModuleLength: Naming/FileName: Exclude: - 'script/deliver-message' - - 'script/locale/reload-languages' - 'script/update-spam-blocks' Naming/MethodParameterName: @@ -66,7 +66,8 @@ Style/Documentation: Enabled: false Style/FormatStringToken: - EnforcedStyle: template + Exclude: + - 'config/routes.rb' Style/IfInsideElse: Enabled: false