hbase/.rubocop.yml
Jan Hentschel 58a0ef0cfe
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:48:36 +01:00

12 lines
157 B
YAML

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