X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/64b3e289ac14533c6fb2b1223b6417ad0446878c..2da3ce6abfab55aa14f8fae4ae97abd5cf8a94ba:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index d9fcce7c6..9b7a28d87 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -37,7 +37,6 @@ Metrics/ModuleLength: Naming/FileName: Exclude: - 'script/deliver-message' - - 'script/locale/reload-languages' - 'script/update-spam-blocks' Naming/MethodParameterName: @@ -67,7 +66,8 @@ Style/Documentation: Enabled: false Style/FormatStringToken: - EnforcedStyle: template + Exclude: + - 'config/routes.rb' Style/IfInsideElse: Enabled: false