X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/0dd03daf349242fb487e6844dcdc7842fbb436bd..56ed381a7de68c06ffe08a34e1006f94bc9e70b0:/.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