mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-07 13:31:36 -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"
|
||||
,"ksh"
|
||||
,"zsh"
|
||||
,"ssh"
|
||||
]
|
||||
|| "awk" `isSuffixOf` name
|
||||
|| "perl" `isPrefixOf` name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue