You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it would be great if I could filter existing baselines, based on category, and get back a new baseline.
this would allow me to work with focus on a certain problem area, without manually searching the existing full-project-baseline
example 1 (which outputs all filtered content on stdout)
the result should be rendered in neon-format, like the default PHPStan baseline, so we can further process it with whatever tool which supports the default phpstan baseline format
The text was updated successfully, but these errors were encountered:
regenerate/filter existing baselines so all errors machting the filters will be deleted from the baseline. That way a regular phpstan analysis will match these errors
atm the tool is able to analyze existing baselines and provide a summary as a result, grouped into categories:
it would be great if I could filter existing baselines, based on category, and get back a new baseline.
this would allow me to work with focus on a certain problem area, without manually searching the existing full-project-baseline
example 1 (which outputs all filtered content on stdout)
example 2(which outputs the content into
new-baseline.neon
)the result should be rendered in
neon
-format, like the default PHPStan baseline, so we can further process it with whatever tool which supports the default phpstan baseline formatThe text was updated successfully, but these errors were encountered: