DEV Community

Discussion on: Tests in pre-commit hooks and alternatives

Collapse
 
vlasales profile image
Vlastimil Pospichal • Edited

Tests in pre-commit hooks is a very bad way. You need to commit whenever you want, regardless of compilation and test.

git commit --no-verify