Skip to content

Files

This branch is 25 commits ahead of, 2308 commits behind acquia/blt:main.

git-hooks

Git Configuration

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.

Provided Hooks

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.