php-code-sniffer-baseliner icon indicating copy to clipboard operation
php-code-sniffer-baseliner copied to clipboard

Baseline tool for PHP_CodeSniffer

Results 4 php-code-sniffer-baseliner issues
Sort by recently updated
recently updated
newest added

Error in runner. php-code-sniffer-baseliner\src\PhpCodeSnifferRunner\Runner.php line 20 should be $cliCommand = sprintf($basePath.'/vendor/bin/phpcs -q --report=json'); Otherwise throws error

Hi, @isaaceindhoven I installed your package, and it doesn't work almost. I call your package via CLI like that: `./vendor/bin/phpcs-baseliner create-baseline ./app` and I got errors ```log Running PHP_CodeSniffer (this...

Our CI fails when phpcs returns warnings, however, this package does not add warnings to the baseline, only errors. So when I run the baseliner I get; ``` Running PHP_CodeSniffer...

Hi Isaac, It would be great to offer the possibility to generate a file with all the baseline like do phpstan, instead of writing it in the source code Thanks...