cosmos-sdk/x/auth
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
..
client gometalinter -> golangci-lint migration (#3933) 2019-03-19 17:52:43 +01:00
simulation Merge PR #3819: Simulation Refactor 2019-03-14 19:13:15 +01:00
account_test.go Merge PR #3679: Consistent Operators 2019-02-21 12:35:55 -05:00
account.go Merge PR #3717: Allow the undelegation of more coins than were delegated; More validity checks. 2019-02-27 22:09:26 +01:00
ante_test.go Merge PR #3818: Introduce sdk.NewCoins 2019-03-07 16:55:08 -08:00
ante.go Merge PR #3763: Disable ED25519 Account Keys 2019-03-01 09:12:28 -08:00
codec.go Merge PR #3554: x/auth and x/bank review results 2019-02-08 22:35:19 +01:00
feekeeper_test.go Merge PR #3818: Introduce sdk.NewCoins 2019-03-07 16:55:08 -08:00
feekeeper.go Merge PR #3818: Introduce sdk.NewCoins 2019-03-07 16:55:08 -08:00
genesis.go Merge PR #3818: Introduce sdk.NewCoins 2019-03-07 16:55:08 -08:00
keeper_bench_test.go Auth Module Param Store (#2998) 2018-12-20 11:09:43 -08:00
keeper_test.go Auth Module Param Store (#2998) 2018-12-20 11:09:43 -08:00
keeper.go Added custom querier 2019-03-01 01:10:32 +05:30
params_test.go Auth Module Param Store (#2998) 2018-12-20 11:09:43 -08:00
params.go Merge PR #3554: x/auth and x/bank review results 2019-02-08 22:35:19 +01:00
querier_test.go Added a condition in querier 2019-03-01 08:49:18 +05:30
querier.go Added a condition in querier 2019-03-01 08:49:18 +05:30
stdtx_test.go Introduce CodeNoSignatures 2019-01-02 10:05:56 +00:00
stdtx.go Merge PR #3818: Introduce sdk.NewCoins 2019-03-07 16:55:08 -08:00
test_utils.go Merge PR #3818: Introduce sdk.NewCoins 2019-03-07 16:55:08 -08:00