cosmos-sdk/client
Dev Ojha 3e14868bd6 Merge PR #1429: tools: Add ineffassign linter
* tools: Add ineffassign linter

This errors on assignments that don't actually do anything. i.e.

x, err := myFunc(1)
y, err = myFunc(2)

This will call out that the first function's call error was never
used.

* Fix makefile, add misspell to makefile
2018-06-28 19:12:02 +02:00
..
context Merge PR #1424: tools: add unconvert linter 2018-06-28 18:08:29 +02:00
keys Merge PR #1227: Set all Error strings 1st letters to lowercase. Fixes issue #1154 2018-06-13 21:13:22 +02:00
lcd Merge PR #1429: tools: Add ineffassign linter 2018-06-28 19:12:02 +02:00
rpc Merge PR #1090: Switch away from ephemeral ports 2018-06-14 00:13:51 +02:00
tx tools: Add go vet as a linter (#1421) 2018-06-27 20:32:06 -04:00
flags.go Merge PR #1280: Implement simple transaction memos 2018-06-20 21:27:36 +02:00
input.go Merge PR #1227: Set all Error strings 1st letters to lowercase. Fixes issue #1154 2018-06-13 21:13:22 +02:00
keys.go Options -> AppState 2018-03-17 23:10:44 +01:00