Skip to content

Commit

Permalink
Adjust SHELLCHECK_OPTS add -e SC2317
Browse files Browse the repository at this point in the history
  • Loading branch information
dyrnq committed Jul 10, 2023
1 parent bbe5730 commit 458e0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Lint Code Base
uses: github/[email protected]
env:
SHELLCHECK_OPTS: "-e SC1091 -e SC2295"
SHELLCHECK_OPTS: "-e SC1091 -e SC2295 -e SC2317"
VALIDATE_ALL_CODEBASE: false
VALIDATE_MARKDOWN: false
ERROR_ON_MISSING_EXEC_BIT: true
Expand Down

0 comments on commit 458e0e3

Please sign in to comment.