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

Parse phpstan output #108

Closed
ndench opened this issue Feb 8, 2018 · 1 comment
Closed

Parse phpstan output #108

ndench opened this issue Feb 8, 2018 · 1 comment

Comments

@ndench
Copy link
Contributor

ndench commented Feb 8, 2018

It would be great if the phpstan output was parsed the same as the output from the other tools. At the moment no matter how many errors phpstan reports, phpqa reports it as a single error as you can see here:
2018-02-08_17-08-15

Here is an example of the current phpstan output:
2018-02-08_17-07-52

And here is an example of the psalm output, which is the same as the other linting tools:
2018-02-08_17-07-40

@zdenekdrahos
Copy link
Member

Agree. phpstan supports checkstyle from v0.8, so I'll add it to phpqa.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants