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
Git hook scripts are useful for identifying simple
issues before submission to code review.
We run our hooks on every commit to automatically
point out issues in code such as missing semicolons,
trailing whitespace, and debug statements.
By pointing these issues out before code review,
this allows a code reviewer to focus on the architecture
of a change while not wasting time with trivial style nitpicks.
0 commit comments