HBASE-22358 Change rubocop configuration for method length
This commit is contained in:
parent
738ce5f402
commit
600dfae387
@ -5,4 +5,7 @@ Layout/IndentHeredoc:
|
|||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
Metrics/LineLength:
|
Metrics/LineLength:
|
||||||
Max: 100
|
Max: 100
|
||||||
|
|
||||||
|
Metrics/MethodLength:
|
||||||
|
Max: 75
|
||||||
|
Loading…
x
Reference in New Issue
Block a user