]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Put the resourceful routing at the top of the list, for clarity
[rails.git] / .rubocop_todo.yml
index 576f6080a9ff385eb67de29dc078dc87831b85d1..f012237b31aba8b6fff09b291fa9f98ce279c6b4 100644 (file)
@@ -54,7 +54,7 @@ Metrics/AbcSize:
 # Offense count: 41
 # Configuration parameters: CountComments, ExcludedMethods.
 Metrics/BlockLength:
-  Max: 257
+  Max: 261
 
 # Offense count: 11
 # Configuration parameters: CountBlocks.