Merge pull request #2134 from kolyshkin/podman-sc2016

Whitelist podman for SC2016 about '$var'
This commit is contained in:
Vidar Holen
2021-03-07 20:48:58 -08:00
committed by GitHub

View File

@@ -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"