We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rescue Exception
1 parent 9b78e96 commit d9af9b6Copy full SHA for d9af9b6
.rubocop.yml
@@ -55,3 +55,7 @@ Layout/CaseIndentation:
55
Layout/EndAlignment:
56
Enabled: true
57
EnforcedStyleAlignWith: variable
58
+
59
+# Exceptions should be rescued with `AllExceptionsExceptOnesWeMustNotRescue`
60
+Lint/RescueException:
61
+ Enabled: true
0 commit comments