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
We need to set up pre-commit hooks to enforce code quality and branch protection rules. The hooks should include the following checks:
main
dev
pre-commit
enhancement
code-quality
branch-protection
static-analysis
style
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pre-Commit Hooks for Code Quality and Branch Protection
We need to set up pre-commit hooks to enforce code quality and branch protection rules. The hooks should include the following checks:
main
ordev
branches.Tasks
1. Set up linting hook:
2. Implement big file check:
3. Branch protection hook:
main
ordev
.4. Set up static analysis:
5. Enforce code style:
Additional Notes
pre-commit
to manage these hooks.References
Assignees
Labels
enhancement
code-quality
branch-protection
static-analysis
style
The text was updated successfully, but these errors were encountered: