]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Prevent node_modules from mounting to save rake yarn:install step
[rails.git] / .rubocop_todo.yml
index 9aea439cb01f5b435f6bec0a8dce68197b5af69a..872a03d8b82bc0b3dce58415cd490fa206163a7f 100644 (file)
@@ -52,7 +52,7 @@ Lint/DuplicateBranch:
 # Offense count: 487
 # Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
 Metrics/AbcSize:
-  Max: 194
+  Max: 234
 
 # Offense count: 62
 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
@@ -92,7 +92,7 @@ Metrics/PerceivedComplexity:
 
 # Offense count: 365
 Minitest/MultipleAssertions:
-  Max: 81
+  Max: 97
 
 # Offense count: 4
 Naming/AccessorMethodName: