aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/.rubocop.yml4
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