Skip to content

Run golangci-lint

Run golangci-lint #5

Triggered via pull request November 27, 2024 17:32
Status Failure
Total duration 46s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)