From c21abf0e3ab89e0218a26905fe44725e19cbf675 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 10 Jun 2017 19:56:51 +0300 Subject: rubocop: don’t allow special global variables. 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 8099c7ad0..d5a31b0ef 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 -- cgit v1.2.3