JustBlackBird / gulp-phpcs

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

Add support and tests for the --report option #36

Closed amwhalen closed 7 years ago

amwhalen commented 7 years ago

Added support and tests for the --report option of phpcs. Here's some documentation about the possible options that --report allows: https://github.com/squizlabs/PHP_CodeSniffer/wiki/Reporting

JustBlackBird commented 7 years ago

Thank you for the PR :+1:

Released as v2.1.0.