Skip to content

Commit 4214029

Browse files
committed
Reverting to last working precommit script
Signed-off-by: Ivan Boothe <[email protected]>
1 parent a1c97f5 commit 4214029

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pre-commit.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ echo "* ${BOLD}Testing and formatting:${NC}"
4444

4545
# If using mulitple commands, append && to all but the last so if any one fails
4646
# it's accurately represented in the exit code.
47-
prettier --write . &&
48-
GLOBIGNORE='**/boilerplate/**:boilerplate/**' &&
49-
shellcheck --check-sourced ./*.sh
47+
shellcheck -a ./*.sh &&
48+
prettier --write .
5049

5150
# Capture exit code from tests
5251
status=$?

0 commit comments

Comments
 (0)