symbiote/phpcs-sonar

Provides a Generic Issue Import Format report output for PHPCS, for use with tools such as Sonarqube

dev-main / 1.0.x-dev 2021-08-24 23:58 UTC

This package is auto-updated.

Last update: 2024-03-25 06:07:28 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
composer require pheromone/phpcs-security-audit:dev-master

Usage

./vendor/bin/phpcs --standard=Security --report=./vendor/symbiote/phpcs-sonar/src/Sonar.php path/ > report-file.json