~bigbes/core-go

ref: 0c56cc143e7dc0ba583114c3f50bce35035007a9 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.