proposal: Improve CI linting #758
Labels
ack
apm:ecosystem
contrib/* related feature requests or bugs
needs-investigation
requires work from team member
proposal/accepted
Accepted proposals
Based on #753 we need to do better checking of the source to catch issues with other GOOS/GOARCH.
@aeneasr suggested linting would help with this.
A quick look shows that the
gometalinter
has been deprecated in favor ofgolangci-lint
. We should see if/how we can incorporategolangci-lint
into the CI to catch these types of issues.The text was updated successfully, but these errors were encountered: