symbiote / phpcs-sonar
Provides a Generic Issue Import Format report output for PHPCS, for use with tools such as Sonarqube
Installs: 2 439
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Requires (Dev)
- squizlabs/php_codesniffer: ^3.0@dev
This package is auto-updated.
Last update: 2024-11-13 01:12:27 UTC
README
AKA Sonarqube formatter for PHPCS reports output
This has been taken from code contributed by Marek freezy VĂger (https://github.com/freezy-sk) on the PHP_CodeSniffer repository that was never merged in (squizlabs/PHP_CodeSniffer#2451). Have extracted for use in projects by adding this repository to your project, then running
Installation
Due to some composer installer constraints, you'll need to add the security audit module to your root level composer json so that aliasing works as expected;
composer require --dev dealerdirect/phpcodesniffer-composer-installer:"0.7.1 as 0.6.0" pheromone/phpcs-security-audit:dev-master
Usage
./vendor/bin/phpcs --standard=Security --report=./vendor/symbiote/phpcs-sonar/src/Sonar.php path/ > report-file.json