From f78c6cb02d7d859e1010ab51095da74a9abd9d15 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 31 Jul 2020 23:58:08 +0100 Subject: [PATCH] Restore erblint workaround --- .rubocop_todo.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- 2.45.1