Skip to content

Commit 56548fc

Browse files
murtazahassan123HorizonNet
authored andcommitted
HBASE-22358 Change rubocop configuration for method length
1 parent 541e942 commit 56548fc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

hbase-shell/src/main/ruby/.rubocop.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ Layout/IndentHeredoc:
55
Enabled: false
66

77
Metrics/LineLength:
8-
Max: 100
8+
Max: 100
9+
10+
Metrics/MethodLength:
11+
Max: 75

0 commit comments

Comments
 (0)