mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-06 13:01:39 -07:00
Whitelist docker for SC2016 about '$var'. Fixes #1161
This commit is contained in:
parent
de257a6cf3
commit
08d2eef411
1 changed files with 1 additions and 0 deletions
|
@ -815,6 +815,7 @@ checkSingleQuotedVariables params t@(T_SingleQuoted id s) =
|
|||
,"xprop"
|
||||
,"alias"
|
||||
,"sudo" -- covering "sudo sh" and such
|
||||
,"docker" -- like above
|
||||
,"dpkg-query"
|
||||
,"jq" -- could also check that user provides --arg
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue