-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 hooks bugged out when attempting a commit #606
Comments
Okay, I can remove them. I found it is a neat thing to get the info right while developing, but I can understand that this creates problems on mono repos |
It is possible to have a script that installs some hooks that can then, by developer's choice, install these hooks. Similar to how |
Thanks |
Ping |
You will gain the possibility to check in unformatted code I guess |
OK, thanks |
Had to delete all hooks for the commit to succeed.
The commit in question:
6508b98
I see husky was added in Generation to run lint before committing. I am not sure whether my problem is due to husky or our own precommit hook, but either way, I am not sure this is the right place to run lint.
Regarding husky, since git hooks are considered personal and installed by developer, I do not like type of "devious" injection of code—I felt "violated" 🙂. We can run the lint on CI.
The text was updated successfully, but these errors were encountered: