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