iamstoick / drupal-pre-commit

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

Closed berenddeboer closed 6 years ago

berenddeboer commented 6 years ago

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.

iamstoick commented 6 years ago

Awesome @berenddeboer