aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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