HBASE-20851 Change rubocop config for max line length of 100

This commit is contained in:
Murtaza Hassan 2019-05-07 17:28:02 +02:00 committed by Jan Hentschel
parent 6de308c5bc
commit 2005122363
1 changed files with 4 additions and 1 deletions

View File

@ -2,4 +2,7 @@ Naming/HeredocDelimiterNaming:
Enabled: false
Layout/IndentHeredoc:
Enabled: false
Enabled: false
Metrics/LineLength:
Max: 100