RC4Community
RC4Community copied to clipboard
[On Hold - Dec 22] Pre commit hooks
- added necessary pre-commit hooks mentioned in the issue #49 under ./githooks
- added a .pre-commit-config.yaml file where we can modify any configuration of the hooks
- added a make script that shall be run to enable these hooks to run, ref: https://www.viget.com/articles/two-ways-to-share-git-hooks-with-your-team/
make enable-git-hooks
Why not use husky? Our main repo already uses it.
https://github.com/RocketChat/Rocket.Chat/blob/develop/.husky/pre-push
@debdutdeb we could totally do that, I've added this according to the issue description but let me know if we want to use husky instead
Please focus your energy on the huge list of project contents TODOs instead of adding project infra elements.
Sure!