]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Remove Lint/ShadowingOuterLocalVariable - already fixed
[rails.git] / .rubocop_todo.yml
index a64be72735cff92ec5b445ba875bdd05f5660461..e3154ac45491a902f2b37ea051947a67072e555c 100644 (file)
@@ -14,10 +14,6 @@ Lint/AmbiguousOperator:
     - 'test/lib/bounding_box_test.rb'
     - 'test/lib/country_test.rb'
 
-# Offense count: 96
-Lint/AmbiguousRegexpLiteral:
-  Enabled: false
-
 # Offense count: 32
 # Configuration parameters: AllowSafeAssignment.
 Lint/AssignmentInCondition:
@@ -42,11 +38,6 @@ Lint/HandleExceptions:
     - 'app/controllers/amf_controller.rb'
     - 'app/controllers/user_controller.rb'
 
-# Offense count: 2
-Lint/ShadowingOuterLocalVariable:
-  Exclude:
-    - 'app/views/changeset/list.atom.builder'
-
 # Offense count: 690
 Metrics/AbcSize:
   Max: 280
@@ -54,7 +45,7 @@ Metrics/AbcSize:
 # Offense count: 41
 # Configuration parameters: CountComments, ExcludedMethods.
 Metrics/BlockLength:
-  Max: 258
+  Max: 261
 
 # Offense count: 11
 # Configuration parameters: CountBlocks.