]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Update to iD v1.9.1
[rails.git] / .rubocop_todo.yml
index 71d949daee69c30e6f4217e86e4e267374ca4fa8..b317054b6f6bbd7b77c8105a18da46467c41dd08 100644 (file)
@@ -75,7 +75,7 @@ Metrics/CyclomaticComplexity:
 # Offense count: 2535
 # Configuration parameters: AllowURI, URISchemes.
 Metrics/LineLength:
-  Max: 694
+  Max: 962
 
 # Offense count: 628
 # Configuration parameters: CountComments.
@@ -85,7 +85,7 @@ Metrics/MethodLength:
 # Offense count: 1
 # Configuration parameters: CountComments.
 Metrics/ModuleLength:
-  Max: 126
+  Max: 129
 
 # Offense count: 4
 # Configuration parameters: CountKeywordArgs.