cosmos-sdk/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
..
auth Merge PR #1332: benchmarks: Add benchmark for block time to bank module 2018-06-28 00:33:56 +02:00
bank Merge PR #1332: benchmarks: Add benchmark for block time to bank module 2018-06-28 00:33:56 +02:00
fee_distribution working addressed bucky comments 2018-05-18 18:57:47 -04:00
gov Merge PR #1357: RESTful governance endpoints 2018-06-28 01:49:59 +02:00
ibc Merge PR #1424: tools: add unconvert linter 2018-06-28 18:08:29 +02:00
slashing Merge PR #1424: tools: add unconvert linter 2018-06-28 18:08:29 +02:00
stake Merge PR #1429: tools: Add ineffassign linter 2018-06-28 19:12:02 +02:00