We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
golangci-lint supports JSON output. Currently we are trying to parse the regular text output, however that is somewhat error prone.
In order to ensure that the parsing can cover also multiline cases we should add support for JSON output for golangci-lint
The text was updated successfully, but these errors were encountered:
#17: Use golangci lint with json output
7a3084a
Merge pull request #18 from viafintech/feature/17-support-json-output…
c8a989c
…-from-golangci-lint #17: Use golangci lint with json output
tobischo
No branches or pull requests
golangci-lint supports JSON output. Currently we are trying to parse the regular text output, however that is somewhat error prone.
In order to ensure that the parsing can cover also multiline cases we should add support for JSON output for golangci-lint
The text was updated successfully, but these errors were encountered: