mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-07 13:31:36 -07:00
Add rg
to list of commands ignored for SC2016 (fixes #2209)
This commit is contained in:
parent
5b6fd60279
commit
c85ce2cb06
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue