]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Match the width of the overlay-sidebar on narrow screens to the width on full-sized...
[rails.git] / .rubocop.yml
index 334c8112b498c45d58694fab7757cefcc6a003f1..49fba1d0c64ac68501da202c0bad105599bdbe1f 100644 (file)
@@ -4,6 +4,7 @@ require:
   - rubocop-minitest
   - rubocop-performance
   - rubocop-rails
+  - rubocop-rake
 
 AllCops:
   TargetRubyVersion: 2.7
@@ -37,7 +38,6 @@ Metrics/ModuleLength:
 Naming/FileName:
   Exclude:
     - 'script/deliver-message'
-    - 'script/locale/reload-languages'
     - 'script/update-spam-blocks'
 
 Naming/MethodParameterName:
@@ -67,7 +67,8 @@ Style/Documentation:
   Enabled: false
 
 Style/FormatStringToken:
-  EnforcedStyle: template
+  Exclude:
+    - 'config/routes.rb'
 
 Style/IfInsideElse:
   Enabled: false