]> git.openstreetmap.org Git - rails.git/commitdiff
Bump max blocklength for additional routes
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 3 Oct 2018 12:00:38 +0000 (14:00 +0200)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 3 Oct 2018 12:00:38 +0000 (14:00 +0200)
.rubocop_todo.yml

index f012237b31aba8b6fff09b291fa9f98ce279c6b4..78ed84ac3472c25a241428f9d93a9c35198aa8b3 100644 (file)
@@ -54,7 +54,7 @@ Metrics/AbcSize:
 # Offense count: 41
 # Configuration parameters: CountComments, ExcludedMethods.
 Metrics/BlockLength:
-  Max: 261
+  Max: 262
 
 # Offense count: 11
 # Configuration parameters: CountBlocks.