Bump max blocklength for additional routes

This commit is contained in:
Andy Allan 2018-10-03 14:00:38 +02:00
parent dfe21fec82
commit f62f0547bb

View file

@ -54,7 +54,7 @@ Metrics/AbcSize:
# Offense count: 41 # Offense count: 41
# Configuration parameters: CountComments, ExcludedMethods. # Configuration parameters: CountComments, ExcludedMethods.
Metrics/BlockLength: Metrics/BlockLength:
Max: 261 Max: 262
# Offense count: 11 # Offense count: 11
# Configuration parameters: CountBlocks. # Configuration parameters: CountBlocks.