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:
parent
f3970b52b6
commit
c21abf0e3a
@ -187,10 +187,6 @@ Style/RaiseArgs:
|
|||||||
Style/RegexpLiteral:
|
Style/RegexpLiteral:
|
||||||
EnforcedStyle: slashes
|
EnforcedStyle: slashes
|
||||||
|
|
||||||
# not a problem for typical shell users
|
|
||||||
Style/SpecialGlobalVars:
|
|
||||||
Enabled: false
|
|
||||||
|
|
||||||
# ruby style guide favorite
|
# ruby style guide favorite
|
||||||
Style/StringLiterals:
|
Style/StringLiterals:
|
||||||
EnforcedStyle: double_quotes
|
EnforcedStyle: double_quotes
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user