Use Pre-commit for code quality
See original GitHub issuePre-commit is A framework for managing and maintaining multi-language pre-commit hooks.
We could use it to improve code quality. Frappe started using it in multiple repos why don’t we? I use it in all my projects and it really helps to keep style consistent. I can provide pre-commit config.
@revant Thoughts?
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7
Top Results From Across the Web
Improve Code Quality with Git Hooks and Pre-commit
Pre-commit hooks tutorial to improve code quality and reduce bugs. Example .pre-commit-config.yaml file included!
Read more >Code quality: pre-commit linting - JavaScript in Plain English
Let's compare linted and prettified code against the same code lacking linting. For that purpose, we will take Angular code. Non-linted and non-formatted:...
Read more >How To Automate Your Coding Style With Pre-Commit
See how to enhance code quality and gain time. Code is not something frozen through time but it evolves with the team and...
Read more >Using Precommit Hooks For Static Code Analysis
In this article we'll discuss how to use Git's pre-commit hooks to run our static code analysis tools on just the set of...
Read more >Improve your IaC code quality with the pre-commit hooks
Terraform Infrastructure as Code quality may be significantly improved using pre-commit hooks. Learn how to install and use them for your ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
you or me are to blame! 😬
how many files are to be changed any idea?
@revant Let’s begin in the PR. See comment: https://github.com/frappe/frappe_docker/pull/604#issuecomment-986256668