Releases: shipmonk-rnd/phpstan-baseline-per-identifier
Releases · shipmonk-rnd/phpstan-baseline-per-identifier
2.2.0
12 Sep 10:29
Compare
Sorry, something went wrong.
No results found
2.1.6
10 Apr 14:21
Compare
Sorry, something went wrong.
No results found
Improvements
Add --no-error-count CLI option to remove error counts from baselines (#39 , @maxime-vf )
2.1.5
17 Mar 08:55
Compare
Sorry, something went wrong.
No results found
2.1.4
12 Feb 11:58
Compare
Sorry, something went wrong.
No results found
Fixes:
PHP baseline: fix result cache invalidation upon manual edit (#35 , @gharlan )
2.1.3
21 Jan 12:13
Compare
Sorry, something went wrong.
No results found
2.1.2
31 Dec 11:09
Compare
Sorry, something went wrong.
No results found
2.1.1
13 Dec 09:14
Compare
Sorry, something went wrong.
No results found
Fixes:
Non-legacy approach does not need neon config (#24 )
2.1.0
08 Dec 10:09
Compare
Sorry, something went wrong.
No results found
2.0.0
22 Nov 12:54
Compare
Sorry, something went wrong.
No results found
Major changes
Preferred approach changed (#10 )
Use vendor/bin/split-phpstan-baseline instead of --error-format
Script approach can utilize PHPStan's result cache !
New features
Support PHP baselines (#12 )
Just use baselines/loader.php instead of baselines/loader.neon
Dependencies
requires phpstan/phpstan 2.0 (#8 )
1.0.0
11 Oct 09:37
Compare
Sorry, something went wrong.
No results found
Initial release
Error formatter that allows to split your PHPStan baselines to multiple files:
baselines/
├─ loader.neon
├─ empty.notAllowed.neon
├─ foreach.nonIterable.neon
├─ identical.alwaysFalse.neon
└─ if.condNotBoolean.neon