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