From 564b03aa01fbb994fe8325cd57a28a2b0545dcb1 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 10 Jun 2017 20:20:02 +0300 Subject: [PATCH] =?UTF-8?q?rubocop:=20don=E2=80=99t=20allow=20Perl=20regex?= =?UTF-8?q?=20backrefs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Even if shell/perl users recognise these variables the explicit versions are significantly more readable for everyone. --- Library/.rubocop.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 8099c7ad07..4f6ac82f0c 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