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
By using bash arrays we make it easier to change/extend the exclusions #13
It seems everybody has their own needs and preferences for what to include and exclude. Unfortunately the indexed arrays make changing things hard and error prone, so I rewrote that to make everybody's life easier.
It seems everybody has their own needs and preferences for what to include and exclude. Unfortunately the indexed arrays make changing things hard and error prone, so I rewrote that to make everybody's life easier.