]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Use lazy lookups for site translations
[rails.git] / .rubocop_todo.yml
index f03767698b0a8a39b21306c0906a68a869bdcb82..cdac8fd6718a4688403694f9ec1be7e6b917e2a4 100644 (file)
@@ -35,7 +35,7 @@ Lint/AssignmentInCondition:
     - 'app/controllers/notes_controller.rb'
     - 'app/controllers/trace_controller.rb'
     - 'app/controllers/user_controller.rb'
-    - 'app/controllers/user_preference_controller.rb'
+    - 'app/controllers/user_preferences_controller.rb'
     - 'app/helpers/application_helper.rb'
     - 'app/helpers/browse_helper.rb'
     - 'app/models/client_application.rb'
@@ -55,11 +55,6 @@ Lint/InterpolationCheck:
   Exclude:
     - 'test/controllers/node_controller_test.rb'
 
-# Offense count: 2
-Lint/RescueWithoutErrorClass:
-  Exclude:
-    - 'app/helpers/browse_helper.rb'
-
 # Offense count: 2
 Lint/ShadowingOuterLocalVariable:
   Exclude:
@@ -82,7 +77,7 @@ Metrics/BlockNesting:
 # Offense count: 63
 # Configuration parameters: CountComments.
 Metrics/ClassLength:
-  Max: 1790
+  Max: 1797
 
 # Offense count: 71
 Metrics/CyclomaticComplexity:
@@ -229,7 +224,6 @@ Style/RaiseArgs:
   Enabled: false
 
 # Offense count: 2
-# Cop supports --auto-correct.
-Style/RescueModifier:
+Style/RescueStandardError:
   Exclude:
     - 'app/helpers/browse_helper.rb'