From: Tom Hughes Date: Tue, 18 Feb 2025 18:19:55 +0000 (+0000) Subject: Drop workaround for #2472 that is no longer required X-Git-Tag: live~98 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/2e236775022b16236a369145ca76ab99b04c8d91?ds=sidebyside;hp=--cc Drop workaround for #2472 that is no longer required --- 2e236775022b16236a369145ca76ab99b04c8d91 diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 3d7cea500..a60cd9442 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -6,14 +6,6 @@ # 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 - - rubocop-rake - # Offense count: 13 # Configuration parameters: Include, MaxAmount. # Include: **/*_spec.rb, **/spec/**/*, **/test/**/*, **/features/support/factories/**/*.rb