Add `rg` to list of commands ignored for SC2016 (fixes #2209)

This commit is contained in:
Vidar Holen 2021-08-26 18:50:40 -07:00
parent 5b6fd60279
commit c85ce2cb06
1 changed files with 1 additions and 0 deletions

View File

@ -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"