https://github.com/rfpludwick/phpcs-teamcity-report
A PHP Code Sniffer report format for JetBrains' TeamCity continuous integration server
https://github.com/rfpludwick/phpcs-teamcity-report
jetbrains php phpcs phpcs-report teamcity
Last synced: about 1 year ago
JSON representation
A PHP Code Sniffer report format for JetBrains' TeamCity continuous integration server
- Host: GitHub
- URL: https://github.com/rfpludwick/phpcs-teamcity-report
- Owner: rfpludwick
- License: apache-2.0
- Created: 2018-03-30T19:10:24.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2021-01-16T19:05:56.000Z (over 5 years ago)
- Last Synced: 2024-09-18T18:46:39.166Z (over 1 year ago)
- Topics: jetbrains, php, phpcs, phpcs-report, teamcity
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# About
**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):
```bash
../path/to/composer install
```
# Usage
Typical usage with PHP CodeSniffer:
```bash
../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](CONTRIBUTING.md) for more details.