mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-06 21:57:04 +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"
|
||||
,"ksh"
|
||||
,"zsh"
|
||||
,"ssh"
|
||||
]
|
||||
|| "awk" `isSuffixOf` name
|
||||
|| "perl" `isPrefixOf` name
|
||||
|
Reference in New Issue
Block a user