This directory contains
git hooks
These should be symlinked into your local repository's .git
directory using
the setup:git-hooks
task during the
onboarding process.
Two default hooks are provided:
- commit-msg - This validates the syntax of a git commit message before it is committed locally.
- pre-commit - This runs Drupal Code Sniffer on committed code before it is committed locally.