How can I integrate golangci-lint into codeclimate? #3440
Unanswered
MichaelSnowden
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The reports golangci-lint generates are awesome, but I'd really like to view them in a UI, show progress over-time, and get Slack alerts for maintainability, so I'm trying to use codeclimate. However, I'm not sure how to add golangci-lint to my codeclimate setup.
I've used
--out-format code-climate
, and it works just fine, but I don't know what to do with the output. I don't see anywhere on the codeclimate.com UI to upload something like this, or a way to integrate it into GitHub actions. Could anyone help me integrate golangci-lint into codeclimate? Thanks!Beta Was this translation helpful? Give feedback.
All reactions