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

Parsers should be able to return results for multiple tools #186

Closed
sagikazarmark opened this issue Sep 19, 2018 · 1 comment
Closed

Parsers should be able to return results for multiple tools #186

sagikazarmark opened this issue Sep 19, 2018 · 1 comment

Comments

@sagikazarmark
Copy link

Golang CI is a great tool, collecting a number of Go linting tools in one binary. It is capable of outputting a checkstyle format (and a custom json format as well) which can contain the actual linter which raised an issue.

It would be nice, if the actual tool could be detected by the parser itself.

@haya14busa
Copy link
Member

golangci-lint reports linter name in the message, so it should be fine for most cases.

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

No branches or pull requests

2 participants