An open API service indexing awesome lists of open source software.

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

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.