Skip to content

Commit b8a81b6

Browse files
committed
.rubocop.yml: update to match main configuration
1 parent 9fb28e9 commit b8a81b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.rubocop.yml

+2
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,8 @@ Style/OptionalBooleanParameter:
189189
AllowedMethods:
190190
- respond_to?
191191
- respond_to_missing?
192+
Style/RedundantLineContinuation:
193+
Enabled: false
192194
Style/RescueStandardError:
193195
EnforcedStyle: implicit
194196
Style/ReturnNil:

0 commit comments

Comments
 (0)