We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To improve code quality and prevent pushing changes that may break the build, we should implement a pre-commit hook.
This can be achieved using Husky, which will run checks before each commit and block any commits that fail.
This improvement will ensure better developer workflows by catching issues early and preventing faulty code from being committed.
Do you think adding a pre-commit hook would be helpful in our current workflow?
The text was updated successfully, but these errors were encountered:
pre-commit
j5gomes
No branches or pull requests
Description:
To improve code quality and prevent pushing changes that may break the build, we should implement a pre-commit hook.
This can be achieved using Husky, which will run checks before each commit and block any commits that fail.
This improvement will ensure better developer workflows by catching issues early and preventing faulty code from being committed.
Question:
Do you think adding a pre-commit hook would be helpful in our current workflow?
The text was updated successfully, but these errors were encountered: