diff --git a/hbase-shell/src/main/ruby/.rubocop.yml b/hbase-shell/src/main/ruby/.rubocop.yml index 7b041387170..72396ed0f38 100644 --- a/hbase-shell/src/main/ruby/.rubocop.yml +++ b/hbase-shell/src/main/ruby/.rubocop.yml @@ -2,4 +2,7 @@ Naming/HeredocDelimiterNaming: Enabled: false Layout/IndentHeredoc: - Enabled: false \ No newline at end of file + Enabled: false + +Metrics/LineLength: + Max: 100 \ No newline at end of file