Skip to content

Commit 494b4e8

Browse files
committed
Update rubocop file
1 parent 565caf6 commit 494b4e8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.rubocop.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LineLength:
66
Max: 160
77

88
AbcSize:
9-
Max: 50
9+
Max: 75
1010

1111
FileName:
1212
Enabled: false
@@ -25,3 +25,6 @@ IfUnlessModifier:
2525

2626
RegexpLiteral:
2727
Enabled: false
28+
29+
Style/Documentation:
30+
Enabled: false

0 commit comments

Comments
 (0)