Skip to content

Latest commit

 

History

History
executable file
·
14 lines (10 loc) · 535 Bytes

README.md

File metadata and controls

executable file
·
14 lines (10 loc) · 535 Bytes

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.