cosmos-sdk/client/lcd
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
..
lcd_test.go Merge PR #1429: tools: Add ineffassign linter 2018-06-28 19:12:02 +02:00
root.go Merge PR #1168: Governance MVP 2018-06-22 02:19:14 +02:00
test_helpers.go Merge PR #1119: Unbonding, Redelegation 2018-06-27 04:00:12 +02:00
version.go Merge PR #1424: tools: add unconvert linter 2018-06-28 18:08:29 +02:00
wire.go fix tests 2018-04-07 20:56:49 +03:00