Stop enforcing the use of "fail" instead of "raise"

We use raise everywhere else in the codebase.
This commit is contained in:
Jack Nagel 2015-05-10 20:40:10 -04:00
parent 64c0927087
commit 37b5fb2e1e

View File

@ -113,3 +113,7 @@ Style/Tab:
Enabled: false
Style/TrailingBlankLines:
Enabled: false
# we use raise, not fail
Style/SignalException:
EnforcedStyle: only_raise