]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Remove inline javascript from id views
[rails.git] / .rubocop_todo.yml
index 83d561ef1f9a16827a9f652b9405b5f612976f3a..4232b05744539300896ac8075dcd160793335402 100644 (file)
@@ -50,7 +50,7 @@ Lint/ShadowingOuterLocalVariable:
 
 # Offense count: 630
 Metrics/AbcSize:
-  Max: 271
+  Max: 280
 
 # Offense count: 35
 # Configuration parameters: CountComments.
@@ -64,7 +64,7 @@ Metrics/BlockNesting:
 # Offense count: 62
 # Configuration parameters: CountComments.
 Metrics/ClassLength:
-  Max: 1658
+  Max: 1660
 
 # Offense count: 69
 Metrics/CyclomaticComplexity: