]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Remove Lint/ShadowingOuterLocalVariable - already fixed
[rails.git] / .rubocop_todo.yml
index f012237b31aba8b6fff09b291fa9f98ce279c6b4..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