-
-
Notifications
You must be signed in to change notification settings - Fork 664
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
Every time I run git commit
, I receive the following warning.
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
Related https://github.com/typicode/husky/releases/tag/v9.0.1
Reproducible By
Make a change and try git commit
and check console output.
Expected Behavior
No deprecation warning when trying to run git commit
Logs & Screenshots
N/A
Environment
macOS 15.1 Beta, node v22.8.0
Additional context
N/A
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working