]> 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 e6772b8a4fc6d764a35eca646cd41609e406abb1..d80653712bf255eb7e8cc288e2b42ed151ae1c47 100644 (file)
@@ -61,7 +61,7 @@ Metrics/BlockNesting:
 # Offense count: 26
 # Configuration parameters: CountComments, CountAsOne.
 Metrics/ClassLength:
-  Max: 299
+  Max: 305
 
 # Offense count: 59
 # Configuration parameters: AllowedMethods, AllowedPatterns.