Skip to content

Commit dfced49

Browse files
committed
Cleaned up the pre-commit reporting
1 parent 606d531 commit dfced49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/git-hooks/pre-commit

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
#!/usr/bin/env bash
22

33
# Run spelling check
4-
echo "Running spell checker..."
54
bash ./scripts/check-spelling.sh _posts
65
SPELL_STATUS=$?
76

87
# Run markdown lint
9-
echo "Running markdown linting..."
108
bash ./scripts/markdown-lint.sh _posts --fix
119
LINT_STATUS=$?
1210

0 commit comments

Comments
 (0)