Skip to content

Commit

Permalink
chore(ci): ignore SC2317
Browse files Browse the repository at this point in the history
Ignore the shellcheck warning of command not available. We don't have all the binaries that we are calling in the linter container image.
  • Loading branch information
ralgozino committed Dec 13, 2024
1 parent 8f592bb commit 8a7a9ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ steps:
# Some duplicated code is intended.
VALIDATE_JSCPD: "false"
TYPESCRIPT_DEFAULT_STYLE: "prettier"
# We ignore the command not found error, because in the linter image we don't have all the binaries being called.
SHELLCHECK_OPTS: "-e SC2317"
depends_on:
- clone

Expand Down

0 comments on commit 8a7a9ad

Please sign in to comment.