]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Refactor away from global form control styling
[rails.git] / .rubocop_todo.yml
index c1923e9829983578f92dee99beb8e7fd37cf7e86..6a1338851ba23fcd40e0373d55658152938efaf7 100644 (file)
@@ -6,12 +6,19 @@
 # Note that changes in the inspected code, or installation of new
 # versions of RuboCop, may require this file to be generated again.
 
+# Work around erblint issues.
+# https://github.com/openstreetmap/openstreetmap-website/issues/2472
+require:
+  - rubocop-minitest
+  - rubocop-performance
+  - rubocop-rails
+
 # Offense count: 3338
 # Cop supports --auto-correct.
 # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
 # URISchemes: http, https
 Layout/LineLength:
-  Max: 260
+  Max: 370
 
 # Offense count: 35
 # Configuration parameters: AllowSafeAssignment.