HBASE-22358 Change rubocop configuration for method length
This commit is contained in:
parent
738ce5f402
commit
600dfae387
|
@ -6,3 +6,6 @@ Layout/IndentHeredoc:
|
|||
|
||||
Metrics/LineLength:
|
||||
Max: 100
|
||||
|
||||
Metrics/MethodLength:
|
||||
Max: 75
|
||||
|
|
Loading…
Reference in New Issue