]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Restore erblint workaround
[rails.git] / .rubocop_todo.yml
index f04b39c2583d5c20f024c799a867c6d8910076ec..02369943fba04f9c1969702f84a148c2caecdc61 100644 (file)
@@ -6,6 +6,13 @@
 # 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: 565
 # Cop supports --auto-correct.
 # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.