mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-06 13:01:39 -07:00
Merge pull request #1208 from ngzhian/1186
Add unset to list of commands exempt from 2016
This commit is contained in:
commit
1de8ba0210
1 changed files with 1 additions and 0 deletions
|
@ -825,6 +825,7 @@ checkSingleQuotedVariables params t@(T_SingleQuoted id s) =
|
|||
,"docker" -- like above
|
||||
,"dpkg-query"
|
||||
,"jq" -- could also check that user provides --arg
|
||||
,"unset"
|
||||
,"git filter-branch"
|
||||
]
|
||||
|| "awk" `isSuffixOf` commandName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue