Skip to content

Commit cde1f81

Browse files
committed
Update Rubocop config
1 parent 122115f commit cde1f81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.rubocop.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ Style/TrailingCommaInArrayLiteral:
135135
EnforcedStyleForMultiline: comma
136136
Style/TrailingCommaInHashLiteral:
137137
EnforcedStyleForMultiline: comma
138+
Style/UnneededCondition:
139+
Enabled: false
138140
Style/WhileUntilModifier:
139141
Enabled: false
140142
Style/WordArray:

0 commit comments

Comments
 (0)