Skip to content

Commit 2005122

Browse files
murtazahassan123HorizonNet
authored andcommitted
HBASE-20851 Change rubocop config for max line length of 100
1 parent 6de308c commit 2005122

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ Naming/HeredocDelimiterNaming:
22
Enabled: false
33

44
Layout/IndentHeredoc:
5-
Enabled: false
5+
Enabled: false
6+
7+
Metrics/LineLength:
8+
Max: 100

0 commit comments

Comments
 (0)