Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 358 Bytes

GitHooks.md

File metadata and controls

5 lines (3 loc) · 358 Bytes

Git Hooks

This project has two git hooks included that help ensure code quality seamlessly without requiring manual intervention from the developer. The git hooks can be found in this folder.

There is a pre-commit hook which automatically formats our Kotlin code, and a pre-push hook to make sure all of our static analysis checks pass.