]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop.yml
Patch broken polyfill feature test
[rails.git] / .rubocop.yml
index d5ee8ff383722193f5769416d431faea2c3521c4..87abac9a3becdd243a02b10ef612b2781d0a8004 100644 (file)
@@ -1,6 +1,8 @@
 inherit_from: .rubocop_todo.yml
 
-require: rubocop-performance
+require:
+  - rubocop-performance
+  - rubocop-rails
 
 AllCops:
   TargetRubyVersion: 2.5
@@ -17,6 +19,14 @@ Lint/PercentStringArray:
     - 'app/controllers/application_controller.rb'
     - 'app/controllers/site_controller.rb'
 
+Metrics/BlockLength:
+  Exclude:
+    - 'config/routes.rb'
+
+Metrics/ClassLength:
+  Exclude:
+    - 'test/**/*'
+
 Naming/FileName:
   Exclude:
     - 'script/deliver-message'