HBASE-22358 Change rubocop configuration for method length
This commit is contained in:
parent
4eab21b2f0
commit
8b5b6ce3ec
|
@ -5,4 +5,7 @@ Layout/IndentHeredoc:
|
|||
Enabled: false
|
||||
|
||||
Metrics/LineLength:
|
||||
Max: 100
|
||||
Max: 100
|
||||
|
||||
Metrics/MethodLength:
|
||||
Max: 75
|
||||
|
|
Loading…
Reference in New Issue