Restore erblint workaround

This commit is contained in:
Tom Hughes 2020-07-31 23:58:08 +01:00
parent 77f9aec772
commit f78c6cb02d

View 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.