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

12 lines
153 B
YAML

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