aboutsummaryrefslogtreecommitdiffstats
path: root/Library/.rubocop.yml
diff options
context:
space:
mode:
authorMike McQuaid2017-06-12 16:16:37 +0100
committerGitHub2017-06-12 16:16:37 +0100
commit22c431d221ca25413f3b63374d75173bedbe9e66 (patch)
treef362e3ec0a69f528234a7833de347e9c63b98080 /Library/.rubocop.yml
parentaa364fbf155ba4c795ebef51abee1212801c4771 (diff)
parent021cef4b2bfebe330fa55e9dcc904a08932bad94 (diff)
downloadbrew-22c431d221ca25413f3b63374d75173bedbe9e66.tar.bz2
Merge pull request #2767 from MikeMcQuaid/rubocop-no-special-global-vars
rubocop: don’t allow special global variables.
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 07fe39105..39b371cfa 100644
--- a/Library/.rubocop.yml
+++ b/Library/.rubocop.yml
@@ -183,10 +183,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