https://github.com/wickedone/phpcs-reporter
PHP CodeSniffer report which adds a PhpStorm editor url to your violations
https://github.com/wickedone/phpcs-reporter
phpcs phpstorm testing
Last synced: 4 months ago
JSON representation
PHP CodeSniffer report which adds a PhpStorm editor url to your violations
- Host: GitHub
- URL: https://github.com/wickedone/phpcs-reporter
- Owner: wickedOne
- License: mit
- Created: 2021-10-02T09:12:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T06:13:32.000Z (over 1 year ago)
- Last Synced: 2025-03-18T07:32:17.882Z (over 1 year ago)
- Topics: phpcs, phpstorm, testing
- Language: PHP
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# PHP CodeSniffer PhpStorm reporter
prints additional PhpStorm editor url in PHPCS cli output.
[](https://packagist.org/packages/wickedone/phpcs-reporter)
[](https://packagist.org/packages/wickedone/phpcs-reporter)
[](https://packagist.org/packages/wickedone/phpcs-reporter)
[](https://packagist.org/packages/wickedone/phpcs-reporter)
## installation
```bash
$ composer require --dev wickedone/phpcs-reporter
```
### command line usage:
specify this report on the command line:
```bash
$ php vendor/bin/phpcs --report='WickedOne\PHPCSReport\PhpStormReport'
```
### phpcs xml configuration
specify this report in your ``phpcs.xml.dist``:
```xml
...
```
> **NOTE**: if one file has multiple violations, the editor link will direct you to the file itself rather than the correct line.
> use ctrl + l to jump to the correct line in these situations.