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 5e4bc4f commit b33d4edCopy full SHA for b33d4ed
.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