Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support key based filtering #142

Merged
merged 28 commits into from
Oct 30, 2023
Merged

Conversation

fbecker-complex
Copy link
Contributor

@fbecker-complex fbecker-complex commented Oct 12, 2023

Possible solution for this issue: #141

@@ -26,54 +27,102 @@ final class ResultPrinter {
const KEY_RETURN_TYPE_COVERAGE = 'Native-Return-Type-Coverage';
const KEY_UNUSED_SYMBOLS = 'Unused-Symbols';

private const KEYS = [
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we need this map? looks like all keys/values are identical?

@staabm
Copy link
Owner

staabm commented Oct 12, 2023

needs automated tests

@staabm staabm mentioned this pull request Oct 30, 2023
@staabm staabm force-pushed the baseline-filtering branch from c81e862 to 9160c38 Compare October 30, 2023 08:09
@staabm staabm changed the title add "filter"-param to phpstan-baseline-analyze support key based filtering Oct 30, 2023
@staabm staabm marked this pull request as ready for review October 30, 2023 09:16
@staabm
Copy link
Owner

staabm commented Oct 30, 2023

Thank you.

@staabm staabm enabled auto-merge (squash) October 30, 2023 09:16
@staabm staabm merged commit e4677c2 into staabm:main Oct 30, 2023
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants