HBASE-20851 Change rubocop config for max line length of 100
This commit is contained in:
parent
fbd53bfefb
commit
df30c4e44f
|
@ -0,0 +1,8 @@
|
||||||
|
Naming/HeredocDelimiterNaming:
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
|
Layout/IndentHeredoc:
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
|
Metrics/LineLength:
|
||||||
|
Max: 100
|
Loading…
Reference in New Issue