Skip to content

Git Hooks

Cam Mannett edited this page Apr 25, 2023 · 1 revision

Currently there is only one Git hook available, and that's the pre-commit hook.

Pre-Commit

It is available at scripts/pre-commit and it is recommended to symlink it to .git/hooks/ so it is always up-to-date with the repo.

At the moment it just runs the copyright checker script.

Clone this wiki locally