Add `rg` to list of commands ignored for SC2016 (fixes #2209)
This commit is contained in:
parent
5b6fd60279
commit
c85ce2cb06
src/ShellCheck
|
@ -1040,6 +1040,7 @@ checkSingleQuotedVariables params t@(T_SingleQuoted id s) =
|
||||||
,"dpkg-query"
|
,"dpkg-query"
|
||||||
,"jq" -- could also check that user provides --arg
|
,"jq" -- could also check that user provides --arg
|
||||||
,"rename"
|
,"rename"
|
||||||
|
,"rg"
|
||||||
,"unset"
|
,"unset"
|
||||||
,"git filter-branch"
|
,"git filter-branch"
|
||||||
,"mumps -run %XCMD"
|
,"mumps -run %XCMD"
|
||||||
|
|
Loading…
Reference in New Issue