aboutsummaryrefslogtreecommitdiffstats
path: root/Library/.rubocop.yml
diff options
context:
space:
mode:
authorMike McQuaid2017-06-12 16:47:28 +0100
committerGitHub2017-06-12 16:47:28 +0100
commited9942fbd1ec4243f0a92ab8f9b2411c8b1fb091 (patch)
treeda996e44297436c16df99318b70ea08b80a3461d /Library/.rubocop.yml
parent22c431d221ca25413f3b63374d75173bedbe9e66 (diff)
parent7a0aff1080ba475f495353cf8686fbe928b6ebde (diff)
downloadbrew-1.2.3.tar.bz2
Merge pull request #2769 from MikeMcQuaid/rubocop-no-perl-backrefs1.2.3
rubocop: don’t allow Perl regex backrefs.
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