hbase/.rubocop.yml
Jan Hentschel d7e70bb497
HBASE-23943 Updated Rubocop configuration to current version
Signed-off-by: Nick Dimiduk <ndimiduk@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
2020-03-18 11:09:36 +01:00

12 lines
157 B
YAML

Naming/HeredocDelimiterNaming:
Enabled: false
Layout/HeredocIndentation:
Enabled: false
Layout/LineLength:
Max: 100
Metrics/MethodLength:
Max: 75