~bigbes/core-go

ref: 522372683c08fc166e1a0da0e05cbf18d4e2fa7f core-go/.golangci.yml -rw-r--r-- 99 bytes
a72070e5 — Conrad Hoffmann 9 months ago
Run golangci-lint in CI

See https://golangci-lint.run

This has already helped uncover some issues, and we should make more use
of it. Currently we have to disable one of the default lints, as we have
a lot of issues it complains about. I plan to address those one by one
and enable it. Until then, put this in place to make sure we don't
re-introduce any of the issues we've eliminated so far.