]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Hash passwords as soon as a new user is created
[rails.git] / .rubocop_todo.yml
index 6f25cfeb3333abeec57378ca3a7c1d123ca6f5d1..e3407c6dc0111d811f1b34377429a46d63a2d14a 100644 (file)
@@ -61,7 +61,7 @@ Metrics/BlockNesting:
 # Offense count: 26
 # Configuration parameters: CountComments, CountAsOne.
 Metrics/ClassLength:
-  Max: 285
+  Max: 286
 
 # Offense count: 59
 # Configuration parameters: AllowedMethods, AllowedPatterns.