diff options
| author | Jack Nagel | 2015-05-10 20:40:10 -0400 |
|---|---|---|
| committer | Jack Nagel | 2015-05-10 20:40:10 -0400 |
| commit | 37b5fb2e1e3b5ac699825f3fdf6551df2da4cd0d (patch) | |
| tree | 80de7ef543bfbd79c5003236f64d818733d2e45a /Library | |
| parent | 64c092708747eb6d989430ba947b9378b5aab59e (diff) | |
| download | brew-37b5fb2e1e3b5ac699825f3fdf6551df2da4cd0d.tar.bz2 | |
Stop enforcing the use of "fail" instead of "raise"
We use raise everywhere else in the codebase.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/.rubocop.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index a3e2800eb..176e43e05 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -113,3 +113,7 @@ Style/Tab: Enabled: false Style/TrailingBlankLines: Enabled: false + +# we use raise, not fail +Style/SignalException: + EnforcedStyle: only_raise |
