]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Bump eslint from 7.6.0 to 7.7.0
[rails.git] / .rubocop.yml
index 334c8112b498c45d58694fab7757cefcc6a003f1..ac29f4fc8769d9aec2d1142f33eef65bf698383e 100644 (file)
@@ -67,7 +67,8 @@ Style/Documentation:
   Enabled: false
 
 Style/FormatStringToken:
-  EnforcedStyle: template
+  Exclude:
+    - 'config/routes.rb'
 
 Style/IfInsideElse:
   Enabled: false