cosmos-sdk/examples/democoin/app
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
..
app.go Merge PR #1142: Export validators to genesis 2018-06-06 18:38:13 +02:00
app_test.go Merge PR #1429: tools: Add ineffassign linter 2018-06-28 19:12:02 +02:00