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