Greenstand / treetracker-query-api

To fetch Greenstand map data for client's like web map, wallet app, and so on.
GNU General Public License v3.0
14 stars 58 forks source link

The husky can not check the commit message #352

Open dadiorchen opened 1 year ago

dadiorchen commented 1 year ago

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,

brena-odwyer commented 11 months ago

Hi, I will be taking the issue

dadiorchen commented 11 months ago

Great, I have assigned it to you