rubocop: don’t allow special global variables.

Even if shell/perl users recognise these variables the English
versions are significantly more readable for everyone.
This commit is contained in:
Mike McQuaid 2017-06-10 19:56:51 +03:00
parent f3970b52b6
commit c21abf0e3a

View File

@ -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