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 fbd53bfefb
commit df30c4e44f
No known key found for this signature in database
GPG Key ID: 5CD818B19CC299A3
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
Naming/HeredocDelimiterNaming:
Enabled: false
Layout/IndentHeredoc:
Enabled: false
Metrics/LineLength:
Max: 100