diff --git a/hbase-shell/src/main/ruby/.rubocop.yml b/hbase-shell/src/main/ruby/.rubocop.yml index 72396ed0f385..97995413e734 100644 --- a/hbase-shell/src/main/ruby/.rubocop.yml +++ b/hbase-shell/src/main/ruby/.rubocop.yml @@ -5,4 +5,7 @@ Layout/IndentHeredoc: Enabled: false Metrics/LineLength: - Max: 100 \ No newline at end of file + Max: 100 + +Metrics/MethodLength: + Max: 75