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
Currently, a lot of projects need to enforce commit message and code style, so instead of writing shell scripts for each project, it would be a better idea to have a set of configurable Git Hooks. Though it could be part of Ayi, Ayi still got a bunch of crap to deal with now.
i.e.
Remove die in PHP code before push
Remove f**k before commit
Abort commit if FIXME and TODO are presented
Required skills
shell/python, I prefer python over shell
intermediate understanding of git
The text was updated successfully, but these errors were encountered:
Temporarily, we maintain a dyweb/php-git-hooks since original php-git-hooks does not support custom commit-msg error message. I only change the message directly now. Also, I think we can write a tool or implement the custom message and other features for php-git-hooks.
idea issuer: infamous @at15
Related issues: gitTq tongqu/tongqu-web/issues/19
Description
Currently, a lot of projects need to enforce commit message and code style, so instead of writing shell scripts for each project, it would be a better idea to have a set of configurable Git Hooks. Though it could be part of Ayi, Ayi still got a bunch of crap to deal with now.
i.e.
die
in PHP code before pushf**k
before commitFIXME
andTODO
are presentedRequired skills
The text was updated successfully, but these errors were encountered: