Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 706 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 706 Bytes

drupalcs-precommit

Git pre commit hook for checking modified files with Drupal Code Sniffer.

Requirements

Installation

  • Download or clone this repository to any location.
  • Make a symbolic link from the git repistory's hook directory to drupalcs.sh, named pre-commit: ln -s /path/to/drupalcs.sh .git/hooks/pre-commit

Usage

  • Commit your changes.
  • The drupalcs.sh file will be executed and checks all modified files.
  • Your commit will abort when drupalcs found errors and show the output.
  • If you want to skip the checks use the --no-verify option.