mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-06 04:51:37 -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"
|
,"xprop"
|
||||||
,"alias"
|
,"alias"
|
||||||
,"sudo" -- covering "sudo sh" and such
|
,"sudo" -- covering "sudo sh" and such
|
||||||
|
,"docker" -- like above
|
||||||
,"dpkg-query"
|
,"dpkg-query"
|
||||||
,"jq" -- could also check that user provides --arg
|
,"jq" -- could also check that user provides --arg
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue