cosmos-sdk/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
..
context Merge PR #3831: Move indent for json output to 2 spaces 2019-03-08 09:00:17 -08:00
keys gometalinter -> golangci-lint migration (#3933) 2019-03-19 17:52:43 +01:00
lcd 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
rpc gometalinter -> golangci-lint migration (#3933) 2019-03-19 17:52:43 +01:00
tx gometalinter -> golangci-lint migration (#3933) 2019-03-19 17:52:43 +01:00
utils gometalinter -> golangci-lint migration (#3933) 2019-03-19 17:52:43 +01:00
config.go Merge PR #3899: Using `gaiacli config node` breaks ~/config/config.toml (#3903) 2019-03-15 16:08:33 +01:00
config_test.go Merge PR #3899: Using `gaiacli config node` breaks ~/config/config.toml (#3903) 2019-03-15 16:08:33 +01:00
errors.go Allow Simulation and Gen Only in REST Client (#3467) 2019-02-01 17:04:13 -08:00
flags.go Remove Height Flag from CLI Queries #3883 (#3910) 2019-03-16 17:26:40 +01:00
input.go Merge PR #3698: Prompt User Confirmation Prior to Signing & Broadcasting 2019-02-26 12:34:01 +01:00