cosmos-sdk/examples/democoin/x
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
..
assoc Merge PR #1069: Oracle Module 2018-06-27 19:21:12 +02:00
cool Merge PR #1358: Fix typos and gofmt files 2018-06-25 20:23:17 +02:00
oracle tools: Add go vet as a linter (#1421) 2018-06-27 20:32:06 -04:00
pow Merge PR #1331: Remove TxBytes from NewContext 2018-06-22 03:03:05 +02:00
simplestake Merge PR #1429: tools: Add ineffassign linter 2018-06-28 19:12:02 +02:00
sketchy Move 'sketchy' and 'cool' modules to democoin, which is separate from basecoin 2018-03-30 20:13:22 +02:00