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
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Git hooks could use some improvement. Consider this output:
That's a lot of visual noise. A couple ofthings stand out to me:
Do I really need seven lines of Phing build info every time I commit? Can we either suppress some of that output or run phpcs directly? (Of all actions, I would like Git commits to be fast and lightweight.)
The commit message error gets completely lost. It doesn't look like an error, because it neither says "error" nor uses color (e.g., red) to get my attention. I usually subconsciously filter it out the first two times I encounter it. Could we color it red and actually say "ERROR:"?
The text was updated successfully, but these errors were encountered:
Git hooks could use some improvement. Consider this output:
That's a lot of visual noise. A couple ofthings stand out to me:
The text was updated successfully, but these errors were encountered: