Drupal-GovCon-2016/scripts/git-hooks at develop · Drupal4Gov/Drupal-GovCon-2016 · GitHub
Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

README.md

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.