JustBlackBird / gulp-phpcs

Gulp plugin for running PHP Code Sniffer
MIT License
47 stars 12 forks source link

PHPCS 3.0 will throw exit code 2 for fixable errors #35

Closed arnested closed 7 years ago

arnested commented 7 years ago

See https://github.com/squizlabs/PHP_CodeSniffer/issues/930

Also adds command line argument - to specify files are streamed on stdin.

Fixes #34.

JustBlackBird commented 7 years ago

Thank you for the PR. I'll release a new version of gulp-phpcs today

JustBlackBird commented 7 years ago

Done. v2.0.0 is published :smile: