mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-07 21:41:34 -07:00
Don't warn about single quoted vars for ssh
This commit is contained in:
parent
5d72432046
commit
eb06b06475
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue