From dbd7af822bc960f2cfa5df1ef38a01f854b28e40 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 22 Dec 2019 12:48:05 +0000 Subject: [PATCH] Require plugins in .rubocop_todo.yml Fixes #2472 --- .rubocop_todo.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index c1923e982..06a9c76f0 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -6,6 +6,12 @@ # 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-performance + - rubocop-rails + # Offense count: 3338 # Cop supports --auto-correct. # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. -- 2.39.5