cosmos-sdk/x/gov/client
Alessio Treglia cdf2b7a7c5
gometalinter -> golangci-lint migration (#3933)
{,scripts/}Makefile:
- Remove gometalinter, install golangci-lint.
- Remove distinction between tools and devtools.
  Just tools is enough.
- test_lint -> lint
  Migrating away from underscore separated names.
- Remove unnecessary targets.
- Drop tendermint/lint. Incompatbile with golangci-lint
  and no longer necessary anyway.
- Fix misleading message in go-mod-cache.
- New ci-target to avoid download tools twice.
- Run tests with -mod=readonly.

Port tools/gometalinter.json to .golangci.yml
Update CircleCI config accordingly.

Closes: #3896
2019-03-19 17:52:43 +01:00
..
cli gometalinter -> golangci-lint migration (#3933) 2019-03-19 17:52:43 +01:00
rest gometalinter -> golangci-lint migration (#3933) 2019-03-19 17:52:43 +01:00
utils R4R: Ensure all CLI queries respect output flags (#3320) 2019-01-22 09:28:39 -08:00
module_client.go Merge PR #3567: x/gov peer review 2019-02-09 03:33:06 +01:00