cosmos-sdk/store
Dev Ojha 097dd8a164 tools: Add unparam linter (#1443)
* tools: Add unparam linter

unparam detects unused parameters in functions, and a parameter to
a function which only ever takes on one value. The latter is an
indication that more tests are required.

There are many nolints in this PR, as I believe that writing tests
to fix alot of these situations is out of scope for this PR / it
will be changed in future commits. There are some nolints for
when we have to comply to normal api's.

* crypto/keys no longer used by x/gov/client/rest/rest.go
2018-06-29 18:22:24 -04:00
..
cachekvstore.go Merge PR #1254: Add prefixstore and lib refactor 2018-06-21 23:33:36 +02:00
cachekvstore_test.go many renames / golint compliance 2018-04-19 00:49:24 -04:00
cachemergeiterator.go many renames / golint compliance 2018-04-19 00:49:24 -04:00
cachemultistore.go Move GasKVStore to /store 2018-05-16 01:14:30 +02:00
dbstoreadapter.go Merge PR #1254: Add prefixstore and lib refactor 2018-06-21 23:33:36 +02:00
firstlast.go many renames / golint compliance 2018-04-19 00:49:24 -04:00
gaskvstore.go Merge PR #1254: Add prefixstore and lib refactor 2018-06-21 23:33:36 +02:00
gaskvstore_test.go Minor fix, testcases 2018-05-16 01:14:31 +02:00
iavlstore.go tools: Add unparam linter (#1443) 2018-06-29 18:22:24 -04:00
iavlstore_test.go Ledger integration (#931) 2018-06-29 02:54:47 +02:00
memiterator.go Move store/types.go to types/store.go and alias 2017-12-21 20:05:41 -08:00
prefixstore.go Merge PR #1069: Oracle Module 2018-06-27 19:21:12 +02:00
prefixstore_test.go Merge PR #1254: Add prefixstore and lib refactor 2018-06-21 23:33:36 +02:00
rootmultistore.go Ledger integration (#931) 2018-06-29 02:54:47 +02:00
rootmultistore_test.go Ledger integration (#931) 2018-06-29 02:54:47 +02:00
types.go cwgoes comments 2018-05-09 18:24:51 -04:00
wire.go revert to old go-wire 2018-03-02 04:24:07 -05:00