From: Tom Hughes Date: Tue, 4 Jan 2022 19:10:16 +0000 (+0000) Subject: Re-enable the Performance/StringIdentifierArgument cop X-Git-Tag: live~1424 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/8dc91ce6a64db96d8295fd3d9dff2779c02e4a71 Re-enable the Performance/StringIdentifierArgument cop --- diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index d1f897bac..b60dd5332 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -130,12 +130,6 @@ Naming/PredicateName: - 'app/models/user.rb' - 'lib/classic_pagination/pagination.rb' -# Offense count: 2 -# Cop supports --auto-correct. -Performance/StringIdentifierArgument: - Exclude: - - 'test/controllers/accounts_controller_test.rb' - # Offense count: 5 # Configuration parameters: Database, Include. # SupportedDatabases: mysql, postgresql