hbase/.rubocop.yml
Jan Hentschel 2edbf0b85a HBASE-22692 Rubocop definition is not used in the /bin directory
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-07-24 11:16:06 +02:00

12 lines
153 B
YAML

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