fix: rubocop Metrics/BlockLength for config/routes
This commit is contained in:
parent
a4a3416735
commit
f8c9aaf35a
1 changed files with 1 additions and 1 deletions
|
@ -266,7 +266,7 @@ Metrics/AbcSize:
|
|||
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods, inherit_mode.
|
||||
# AllowedMethods: refine
|
||||
Metrics/BlockLength:
|
||||
Max: 210
|
||||
Max: 212
|
||||
|
||||
# Offense count: 6
|
||||
# Configuration parameters: CountBlocks.
|
||||
|
|
Loading…
Reference in a new issue