HBASE-23943 Updated Rubocop configuration to current version

Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
This commit is contained in:
Jan Hentschel 2020-03-18 11:09:36 +01:00 committed by GitHub
parent 3e1cf00c71
commit d7e70bb497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
Naming/HeredocDelimiterNaming:
Enabled: false
Layout/IndentHeredoc:
Layout/HeredocIndentation:
Enabled: false
Metrics/LineLength:
Layout/LineLength:
Max: 100
Metrics/MethodLength: