Skip to content

feat: Add missed blocks metric #6

feat: Add missed blocks metric

feat: Add missed blocks metric #6

GitHub Actions / GolangCI Lint failed Dec 20, 2023 in 0s

reviewdog [GolangCI Lint] report

reported by reviewdog 🐶

Findings (1)

cmd/validator-exporter/main.go|42 col 3| exitAfterDefer: log.Fatal will exit, and defer cancel() will not run (gocritic)

Filtered Findings (0)

Annotations

Check failure on line 42 in cmd/validator-exporter/main.go

See this annotation in the file changed.

@github-actions github-actions / GolangCI Lint

[GolangCI Lint] cmd/validator-exporter/main.go#L42

exitAfterDefer: log.Fatal will exit, and `defer cancel()` will not run (gocritic)
Raw output
cmd/validator-exporter/main.go:42:3: exitAfterDefer: log.Fatal will exit, and `defer cancel()` will not run (gocritic)
		log.Fatal(err.Error())
		^