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
If phpcs is in vendor/bin we should find that "automagically". But if vendor/bin/is not in path, we don't.