Don't warn about single quoted vars for ssh
This commit is contained in:
parent
5d72432046
commit
eb06b06475
|
@ -683,6 +683,7 @@ checkSingleQuotedVariables t@(T_SingleQuoted id s) parents =
|
||||||
,"bash"
|
,"bash"
|
||||||
,"ksh"
|
,"ksh"
|
||||||
,"zsh"
|
,"zsh"
|
||||||
|
,"ssh"
|
||||||
]
|
]
|
||||||
|| "awk" `isSuffixOf` name
|
|| "awk" `isSuffixOf` name
|
||||||
|| "perl" `isPrefixOf` name
|
|| "perl" `isPrefixOf` name
|
||||||
|
|
Loading…
Reference in New Issue