Merge pull request #512 from mrsimpson/fix-lint-failed-message
Some checks are pending
Docs CI/CD / build_docs (push) Waiting to run

Update linting-failed-message in pre-commit
This commit is contained in:
Dustin Loring 2024-12-02 14:50:26 -05:00 committed by GitHub
commit 0d49c7402b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ if ! pnpm typecheck; then
fi fi
if ! pnpm lint; then if ! pnpm lint; then
echo "❌ Linting failed! 'pnpm lint:check' will help you fix the easy ones." echo "❌ Linting failed! 'pnpm lint:fix' will help you fix the easy ones."
echo "Once you're done, don't forget to add your beautification to the commit! 🤩" echo "Once you're done, don't forget to add your beautification to the commit! 🤩"
exit 1 exit 1
fi fi