linter: sort through each kind and address small fixes

This commit is contained in:
Zach Ramsay
2017-09-21 14:13:13 -04:00
committed by Ethan Buchman
parent 48aca642e3
commit bc2aa79f9a
5 changed files with 32 additions and 9 deletions

View File

@ -70,7 +70,7 @@ func TestByzantine(t *testing.T) {
conR.SetLogger(logger.With("validator", i))
conR.SetEventBus(eventBus)
var conRI p2p.Reactor
var conRI p2p.Reactor // nolint (gotype)
conRI = conR
if i == 0 {