X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0dd03daf349242fb487e6844dcdc7842fbb436bd..156d6cd2adff978294e2db4a2df789e6e1728eaa:/.rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml index 334c8112b..ac29f4fc8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -67,7 +67,8 @@ Style/Documentation: Enabled: false Style/FormatStringToken: - EnforcedStyle: template + Exclude: + - 'config/routes.rb' Style/IfInsideElse: Enabled: false