We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Currently there is only one Git hook available, and that's the pre-commit hook.
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.
scripts/pre-commit
.git/hooks/
At the moment it just runs the copyright checker script.