From c21abf0e3ab89e0218a26905fe44725e19cbf675 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 10 Jun 2017 19:56:51 +0300 Subject: [PATCH] =?UTF-8?q?rubocop:=20don=E2=80=99t=20allow=20special=20gl?= =?UTF-8?q?obal=20variables.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Even if shell/perl users recognise these variables the English 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..d5a31b0efe 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -187,10 +187,6 @@ Style/RaiseArgs: Style/RegexpLiteral: EnforcedStyle: slashes -# not a problem for typical shell users -Style/SpecialGlobalVars: - Enabled: false - # ruby style guide favorite Style/StringLiterals: EnforcedStyle: double_quotes