Skip to content

Commit b33d4ed

Browse files
committed
1 parent 5e4bc4f commit b33d4ed

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.rubocop.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@ Layout/CaseIndentation:
5555
Layout/EndAlignment:
5656
Enabled: true
5757
EnforcedStyleAlignWith: variable
58+
59+
# Exceptions should be rescued with `AllExceptionsExceptOnesWeMustNotRescue`
60+
Lint/RescueException:
61+
Enabled: true

0 commit comments

Comments
 (0)