Skip to content

Commit

Permalink
Update ShellCheck command to exclude PowerShell files
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Jun 3, 2024
1 parent c4cda93 commit 92062e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildkite-plugin-lint:

shellcheck:
@echo ~~~ 🕵️ ShellCheck
$(docker_run) koalaman/shellcheck hooks/** bin/** --exclude=SC1071
$(docker_run) koalaman/shellcheck $(shell find hooks bin -type f -not -name "*.ps1") --exclude=SC1071

rubocop:
@echo ~~~ 🕵️ Rubocop
Expand Down

0 comments on commit 92062e0

Please sign in to comment.