cosmos-sdk/examples/democoin
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 Merge PR #1429: tools: Add ineffassign linter 2018-06-28 19:12:02 +02:00
cmd Merge PR #1429: tools: Add ineffassign linter 2018-06-28 19:12:02 +02:00
mock Merge PR #1069: Oracle Module 2018-06-27 19:21:12 +02:00
types Merge PR #1334: democli: fix account query 2018-06-22 20:50:36 +02:00
x Merge PR #1429: tools: Add ineffassign linter 2018-06-28 19:12:02 +02:00