Run golangci-lint #5
Annotations
10 errors
lint:
ethreceipts/ethreceipts.go#L255
Error return value of `l.pastReceipts.ClearAll` is not checked (errcheck)
|
lint:
ethreceipts/ethreceipts.go#L256
Error return value of `l.notFoundTxnHashes.ClearAll` is not checked (errcheck)
|
lint:
ethreceipts/ethreceipts.go#L416
Error return value of `l.notFoundTxnHashes.Delete` is not checked (errcheck)
|
lint:
ethreceipts/ethreceipts.go#L438
Error return value of `l.notFoundTxnHashes.Set` is not checked (errcheck)
|
lint:
ethreceipts/ethreceipts.go#L451
Error return value of `l.pastReceipts.Set` is not checked (errcheck)
|
lint:
ethreceipts/ethreceipts.go#L452
Error return value of `l.notFoundTxnHashes.Delete` is not checked (errcheck)
|
lint:
ethreceipts/ethreceipts.go#L578
Error return value of `l.notFoundTxnHashes.Delete` is not checked (errcheck)
|
lint:
ethreceipts/ethreceipts.go#L585
Error return value of `l.pastReceipts.Delete` is not checked (errcheck)
|
lint:
ethreceipts/ethreceipts.go#L885
func `blockLogsCount` is unused (unused)
|
lint:
cmd/chain-watch/main.go#L223
Error return value of `os.WriteFile` is not checked (errcheck)
|