mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-09-23 12:29:36 +08:00
Merge pull request #1208 from ngzhian/1186
Add unset to list of commands exempt from 2016
This commit is contained in:
@@ -825,6 +825,7 @@ checkSingleQuotedVariables params t@(T_SingleQuoted id s) =
|
|||||||
,"docker" -- like above
|
,"docker" -- like above
|
||||||
,"dpkg-query"
|
,"dpkg-query"
|
||||||
,"jq" -- could also check that user provides --arg
|
,"jq" -- could also check that user provides --arg
|
||||||
|
,"unset"
|
||||||
,"git filter-branch"
|
,"git filter-branch"
|
||||||
]
|
]
|
||||||
|| "awk" `isSuffixOf` commandName
|
|| "awk" `isSuffixOf` commandName
|
||||||
|
Reference in New Issue
Block a user