mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-07 23:27:38 +08:00
Merge pull request #2134 from kolyshkin/podman-sc2016
Whitelist podman for SC2016 about '$var'
This commit is contained in:
@@ -1015,6 +1015,7 @@ checkSingleQuotedVariables params t@(T_SingleQuoted id s) =
|
||||
,"alias"
|
||||
,"sudo" -- covering "sudo sh" and such
|
||||
,"docker" -- like above
|
||||
,"podman"
|
||||
,"dpkg-query"
|
||||
,"jq" -- could also check that user provides --arg
|
||||
,"rename"
|
||||
|
Reference in New Issue
Block a user