tendermint / go-amino

Protobuf3 with Interface support - Designed for blockchains (deterministic, upgradeable, fast, and compact)
Other
259 stars 78 forks source link

Enable more linters #258

Closed liamsi closed 4 years ago

liamsi commented 5 years ago

With #255 (not merged yet) we've switched to golangci-lint. Most linters are disabled though as the code wouldn't pass those lints.

We should enable a few more (ideally all) linters one by one (in separate PRs). We should start with go vet.

tac0turtle commented 4 years ago

closing this with the most recent PR: https://github.com/tendermint/go-amino/pull/296