There are multiple ways, if you are using Javascript you can use Husky,
else we are using .githook and redirect git config core.hooksPath to this folder,
but it needs to be done for each member on his local repository, still couldn't find a way to make it automatically
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Well done!
I hope, in the future, you cover how to share hooks with other contributers, I mean tools like pre-commit or the others.
There are multiple ways, if you are using
Javascriptyou can use Husky,else we are using
.githookand redirectgit config core.hooksPathto this folder,but it needs to be done for each member on his local repository, still couldn't find a way to make it automatically