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