A Drupal pre-commit hook to filter php, js, and css syntax errors. This script also checks the file(s) to make sure that the Drupal coding standard is being followed.
Other
38
stars
24
forks
source link
pre-commit is not working in `git version 1.9.1` #2
Seems like the hash has been removed in
git version 1.9.1
. This makes the pre-commit to ignore#1
and#2
validation steps as$LIST
is always empty.