Jtw/initial in memory work confirmer #43856
Annotations
10 errors
common/txmgr/inmemory_store.go#L682
Error return value of `as.MoveUnconfirmedToConfirmed` is not checked (errcheck)
|
common/txmgr/inmemory_store.go#L714
G601: Implicit memory aliasing in for loop. (gosec)
|
common/txmgr/inmemory_store.go#L743
G601: Implicit memory aliasing in for loop. (gosec)
|
common/txmgr/inmemory_store.go#L783
G601: Implicit memory aliasing in for loop. (gosec)
|
common/txmgr/inmemory_store.go#L1267
if-return: redundant if ...; err != nil check, just return error instead. (revive)
|
common/txmgr/inmemory_store.go#L1386
if-return: redundant if ...; err != nil check, just return error instead. (revive)
|
common/txmgr/inmemory_store.go#L1302
S1023: redundant `return` statement (gosimple)
|
common/txmgr/inmemory_store.go#L1582
shadow: declaration of "result" shadows declaration at line 1533 (govet)
|
common/txmgr/inmemory_store.go#L364
ineffectual assignment to tx (ineffassign)
|
common/txmgr/inmemory_store.go#L346
SA4009: argument tx is overwritten before first use (staticcheck)
|
The logs for this run have expired and are no longer available.
Loading