We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac6469 commit 5050233Copy full SHA for 5050233
Makefile
@@ -53,7 +53,7 @@ SHELLCHECK_ARGS = -o check-unassigned-uppercase --severity=style --external-sour
53
54
.PHONY: shellcheck
55
shellcheck: ## Runs the shellcheck linter.
56
- @set -eux;\
+ @set -e;\
57
files=$$(find . -type f -not -iwholename '*/.git/*' -not -iwholename '*/vendor/*' -not -iwholename '*/node_modules/*' -exec bash -c 'file "$$1" | cut -d':' -f2 | grep --quiet shell' _ {} \; -print); \
58
if [ "$(OUTPUT_FORMAT)" == "github" ]; then \
59
exit_code=0; \
0 commit comments