]> git.openstreetmap.org Git - rails.git/commitdiff
Re-enable the Performance/StringIdentifierArgument cop
authorTom Hughes <tom@compton.nu>
Tue, 4 Jan 2022 19:10:16 +0000 (19:10 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 4 Jan 2022 19:10:16 +0000 (19:10 +0000)
.rubocop_todo.yml

index d1f897bacc3016fb125d03dd982b0eefd413f575..b60dd53329374286fc6d582ba3eac2c47df9b4b6 100644 (file)
@@ -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