]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Use login_path instead of explicit controller and actions
[rails.git] / .rubocop_todo.yml
index 219135dfff401e7f2f276929c41af86a22f657df..cac193504b23fd2e5166998a8d07a81e50ac5cf7 100644 (file)
@@ -52,7 +52,7 @@ Lint/DuplicateBranch:
 # Offense count: 487
 # Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
 Metrics/AbcSize:
-  Max: 234
+  Max: 235
 
 # Offense count: 62
 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.