X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0dd03daf349242fb487e6844dcdc7842fbb436bd..c04d05686f4014a1f729b7194913a0fe1b36e915:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 334c8112b..200ab8a00 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