Skip to content

Latest commit

 

History

History
 
 

git-hooks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.