Skip to content

Commit

Permalink
Add exclude code SC1090
Browse files Browse the repository at this point in the history
  • Loading branch information
isboston committed Jan 16, 2025
1 parent 84324ab commit 3bb5fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-oci-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
set -eux
sudo apt-get install -y shellcheck
EXCLUDE_CODES="SC2034,SC2154"
EXCLUDE_CODES="SC1090,SC2034,SC2154,SC2155"
find install/OneClickInstall tests -type f -name "*.sh" ! -path "install/OneClickInstall/install-Docker.sh" \
| xargs shellcheck --exclude="$EXCLUDE_CODES" --severity=warning | tee shellcheck_output
awk '
Expand Down

0 comments on commit 3bb5fd6

Please sign in to comment.