]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Add xml builder files to rubocop.
[rails.git] / .rubocop_todo.yml
index 1b63d25f2e56382a1e823ffebbf92871345b6f44..09898a47a987197240ab98363c5c6a5f0894c41c 100644 (file)
@@ -43,6 +43,11 @@ Lint/HandleExceptions:
     - 'app/controllers/user_controller.rb'
     - 'config/initializers/session.rb'
 
+# Offense count: 2
+Lint/ShadowingOuterLocalVariable:
+  Exclude:
+    - 'app/views/changeset/list.atom.builder'
+
 # Offense count: 616
 Metrics/AbcSize:
   Max: 277
@@ -74,7 +79,7 @@ Metrics/MethodLength:
 # Offense count: 1
 # Configuration parameters: CountComments.
 Metrics/ModuleLength:
-  Max: 131
+  Max: 139
 
 # Offense count: 4
 # Configuration parameters: CountKeywordArgs.