]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Disallow username changes to user_n if n isn't their id
[rails.git] / .rubocop_todo.yml
index bd2f92309886c83b83e4dfdaecd5cc8153f23cc7..d80653712bf255eb7e8cc288e2b42ed151ae1c47 100644 (file)
@@ -61,7 +61,7 @@ Metrics/BlockNesting:
 # Offense count: 26
 # Configuration parameters: CountComments, CountAsOne.
 Metrics/ClassLength:
-  Max: 297
+  Max: 305
 
 # Offense count: 59
 # Configuration parameters: AllowedMethods, AllowedPatterns.