JustBlackBird / gulp-phpcs

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

Broken exit codes for PHPCS 3.0 #34

Closed JustBlackBird closed 7 years ago

JustBlackBird commented 7 years ago

PHPCS 2.x uses only exit code 1 to indicate coding standard violation and some other codes for PHPCS errors. Version 3.0 uses both 1 and 2 for coding standard violations error, so gulp-phpcs should be fixed to work with it.

jblotus commented 7 years ago

is there a way to fix this so we can use 3.0?

JustBlackBird commented 7 years ago

Fixed and released as v2.0.0