diff --git a/hbase-shell/src/main/ruby/.rubocop.yml b/hbase-shell/src/main/ruby/.rubocop.yml new file mode 100644 index 00000000000..72396ed0f38 --- /dev/null +++ b/hbase-shell/src/main/ruby/.rubocop.yml @@ -0,0 +1,8 @@ +Naming/HeredocDelimiterNaming: + Enabled: false + +Layout/IndentHeredoc: + Enabled: false + +Metrics/LineLength: + Max: 100 \ No newline at end of file