]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Remove Lint/ShadowingOuterLocalVariable - already fixed
[rails.git] / .rubocop_todo.yml
index f3151d2ff8824b64603bc631fa12eabb8c9fd5be..e3154ac45491a902f2b37ea051947a67072e555c 100644 (file)
@@ -38,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