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

If vendor/bin is not in path, we may not find phpcs #15

Closed berenddeboer closed 4 years ago

berenddeboer commented 4 years ago

If phpcs is in vendor/bin we should find that "automagically". But if vendor/bin/is not in path, we don't.