]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Avoid storing user records in the session during signup
[rails.git] / .rubocop_todo.yml
index db94a610b8fe20aecc9ebc4851cba172c0afc05f..6f25cfeb3333abeec57378ca3a7c1d123ca6f5d1 100644 (file)
@@ -81,7 +81,7 @@ Metrics/ParameterLists:
 # Offense count: 56
 # Configuration parameters: AllowedMethods, AllowedPatterns.
 Metrics/PerceivedComplexity:
-  Max: 27
+  Max: 29
 
 # Offense count: 2394
 # This cop supports safe autocorrection (--autocorrect).