In this commit/pr, the commit message is wrong: ``fix:organization_filter for growerV2, there should be space after fix:`, husky issupposed to deny that commit on the `git commit -m "fix:xxx"` but it doesn't, we need to find out the way to force husky checking on every dev's computer.
Some hints:
We want to use Husky to force a conventional commit(https://gist.github.com/qoomon/5dfcdf8eec66a051ecd85625518cfd13) check on all commits. This is implemented in other microservices and can be used as a reference,
- Please read our readme for more information/guide/tutorial.
- Here is an engineering book in Greenstand.
- To know more about our organization, visit our website.
- If you want to join the slack community (some resources need the community member's permission), please leave your email address.
In this commit/pr, the commit message is wrong: ``fix:organization_filter for growerV2
, there should be space afterfix:`, husky issupposed to deny that commit on the `git commit -m "fix:xxx"` but it doesn't, we need to find out the way to force husky checking on every dev's computer.Some hints:
We want to use Husky to force a conventional commit(https://gist.github.com/qoomon/5dfcdf8eec66a051ecd85625518cfd13) check on all commits. This is implemented in other microservices and can be used as a reference,