Skip to content

Commit

Permalink
Merge pull request #3034 from dereckson/SC2016-oc
Browse files Browse the repository at this point in the history
Whitelist oc to avoid SC2016 false positive
  • Loading branch information
koalaman authored Aug 4, 2024
2 parents c831616 + 2696c64 commit cd6fdee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ShellCheck/Analytics.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,7 @@ checkSingleQuotedVariables params t@(T_SingleQuoted id s) =
,"sudo" -- covering "sudo sh" and such
,"docker" -- like above
,"podman"
,"oc"
,"dpkg-query"
,"jq" -- could also check that user provides --arg
,"rename"
Expand Down

0 comments on commit cd6fdee

Please sign in to comment.