Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

husky pre-commit hook implementation will be deprecated #94

Open
zugdev opened this issue Feb 11, 2025 · 1 comment
Open

husky pre-commit hook implementation will be deprecated #94

zugdev opened this issue Feb 11, 2025 · 1 comment

Comments

@zugdev
Copy link
Contributor

zugdev commented Feb 11, 2025

When running husky pre-commit hook we get this warning:

> git -c user.useConfigOnly=true commit --quiet --allow-empty-message --file -
husky - DEPRECATED

Please remove the following two lines from .husky/pre-commit:

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

They WILL FAIL in v10.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants