Merge pull request #1208 from ngzhian/1186
Add unset to list of commands exempt from 2016
This commit is contained in:
commit
1de8ba0210
|
@ -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…
Reference in New Issue