From: Tom Hughes Date: Fri, 31 Jul 2020 22:58:08 +0000 (+0100) Subject: Restore erblint workaround X-Git-Tag: live~2434 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/f78c6cb02d7d859e1010ab51095da74a9abd9d15?ds=sidebyside;hp=77f9aec772eb4bb1a413e310dd30a8532dccab5c Restore erblint workaround --- diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index f04b39c25..02369943f 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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.