mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-09-23 12:29:36 +08:00
Don't warn about single quoted vars for ssh
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user