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 b818be4abf
commit c0b58a33c7
No known key found for this signature in database
GPG Key ID: 5CD818B19CC299A3
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