We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c97f5 commit 4214029Copy full SHA for 4214029
pre-commit.sh
@@ -44,9 +44,8 @@ echo "* ${BOLD}Testing and formatting:${NC}"
44
45
# If using mulitple commands, append && to all but the last so if any one fails
46
# it's accurately represented in the exit code.
47
-prettier --write . &&
48
- GLOBIGNORE='**/boilerplate/**:boilerplate/**' &&
49
- shellcheck --check-sourced ./*.sh
+shellcheck -a ./*.sh &&
+ prettier --write .
50
51
# Capture exit code from tests
52
status=$?
0 commit comments