m1ke/git-php-lint

Easily lint PHP files when commiting

Installs: 65

Dependents: 3

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 0

Open Issues: 0

Language:Shell

1.0.2 2014-08-05 11:08 UTC

This package is auto-updated.

Last update: 2024-04-13 20:23:56 UTC


README

Require this with composer:

php composer.phar require --dev m1ke/git-php-lint:1.0.0

Unfortunately this uses the post-install-cmd script in composer, which doesn't trigger for required dependencies. Once you've updated your packages run:

./vendor/m1ke/git-php-lint/shell/setup

It will add a git pre-commit script to lint PHP files, via a symlink into the package.

Security Note

Symlinking to a shell script in a package which auto-upates could obviously be a risk. For this reason only install this package with a set version constraint; that way you'll get a fixed release which you can eyeball for security before you run it.