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