aboutsummaryrefslogtreecommitdiffstats
path: root/Library/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to 'Library/.rubocop.yml')
-rw-r--r--Library/.rubocop.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml
index 39b371cfa..19d871414 100644
--- a/Library/.rubocop.yml
+++ b/Library/.rubocop.yml
@@ -172,10 +172,6 @@ Style/PercentLiteralDelimiters:
'%W': '[]'
'%x': '()'
-# we prefer Perl-style regex back references
-Style/PerlBackrefs:
- Enabled: false
-
Style/RaiseArgs:
EnforcedStyle: exploded