Skip to content

1.0.0

Compare
Choose a tag to compare
@DaveLiddament DaveLiddament released this 04 Mar 18:21
· 196 commits to master since this release

Major updates including:

See instructions and script to help upgrading from version 0.x.

Improved UX

Pipe output from static analysis tool straight to SARB (much easier than before). E.g.

Create a baseline from PHP CodeSniffer output:

phpcs  src --report=json | vendor/bin/sarb create  --input-format="phpcodesniffer-json" phpcs.baseline

Show issues introduced since baseline made:

phpcs  src --report=json | vendor/bin/sarb remove phpcs.baseline

Updated documentation

Including how to integrate SARB with almost any static analysis tool, even non PHP tools.

Support for all maintained versions of PHP

PHP 7.3, 7.4 and 8.0 supported.

Tidy up and improved code coverage.

Test coverage increased to 100%. Infection MSI ~90%.