Skip to content

Commit

Permalink
fix: check lint output in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Dec 30, 2024
1 parent 15bba3a commit 8664900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/pre-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ then
git stash push -k -u -- ${files_to_stash} >/dev/null 2>/dev/null
fi

make check-lint >/dev/null 2>/dev/null
make check-lint
linted=$?

echo "$(tput setaf 3)* Properly linted?$(tput sgr 0)"
Expand Down

0 comments on commit 8664900

Please sign in to comment.