aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2017-06-10 19:56:51 +0300
committerMike McQuaid2017-06-10 20:01:59 +0300
commitc21abf0e3ab89e0218a26905fe44725e19cbf675 (patch)
treee9121eafa96ccc343dbcd3b3e421839159656e7a /Library
parentf3970b52b6827176838cceead370a50e0cbb6cbf (diff)
downloadbrew-c21abf0e3ab89e0218a26905fe44725e19cbf675.tar.bz2
rubocop: don’t allow special global variables.
Even if shell/perl users recognise these variables the English versions are significantly more readable for everyone.
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..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