Answer the question
In order to leave comments, you need to log in
How to push only error-free code?
Are there any tools to prevent pouring code into git? Some kind of lint.
Interested in all possible options.
Answer the question
In order to leave comments, you need to log in
Use code review systems.
Github, bitbucket, gerrit, gitolite, etc.
Install, configure access to the git through this system, prohibit direct commit to master or release branch, so that all developers make their own feature branches and develop in them, and then create a pull request for merge to master .
And the testing of the work was checked before the merge on their branch. Merzhit - only after verification.
Use WebStorm. When sending to the repository, by default, WebStorm will check the code.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question