Using pre-commit to improve our code
Dec 7, 2023 · 2 min read · What is pre-commit? Git hooks can catch trivial issues like missing semicolons or trailing whitespace before code review, freeing up reviewer time for more in-depth architectural examinations. However, distributing these hooks across projects can be ...
Join discussion