You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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,
The text was updated successfully, but these errors were encountered: