rfpludwick / phpcs-teamcity-report
A PHP Code Sniffer report format for JetBrains' TeamCity continuous integration server.
Package info
github.com/rfpludwick/phpcs-teamcity-report
pkg:composer/rfpludwick/phpcs-teamcity-report
v0.1.1
2018-04-03 18:25 UTC
Requires (Dev)
This package is not auto-updated.
Last update: 2026-03-11 05:01:07 UTC
README
phpcs-teamcity-report is A PHP Code Sniffer report format for JetBrains' TeamCity continuous integration server.
Installation
Typical Composer installation (typically only necessary if you are contributing):
../path/to/composer install
Usage
Typical usage with PHP CodeSniffer:
../path/to/phpcs --report=src/Report.php ...
Compatibility
This report is compatible with squizlabs/php_codesniffer => ^3.0. It was tested against version 3.2.3.
Contributing
See CONTRIBUTING.md for more details.