Skip to content

Implement GET /v2/blocks #11

Implement GET /v2/blocks

Implement GET /v2/blocks #11

GitHub Actions / Lint Errors failed Oct 16, 2024 in 0s

reviewdog [Lint Errors] report

reported by reviewdog 🐶

Findings (2)

api/handlers.go|1480 col 14| recieved is a misspelling of received (misspell)
idb/postgres/postgres.go|742 col 4| ineffectual assignment to partNumber (ineffassign)

Filtered Findings (0)

Annotations

Check failure on line 1480 in api/handlers.go

See this annotation in the file changed.

@github-actions github-actions / Lint Errors

[Lint Errors] api/handlers.go#L1480

`recieved` is a misspelling of `received` (misspell)
Raw output
api/handlers.go:1480:14: `recieved` is a misspelling of `received` (misspell)
		// Iterate recieved rows, converting each to a generated.Block
		           ^

Check failure on line 742 in idb/postgres/postgres.go

See this annotation in the file changed.

@github-actions github-actions / Lint Errors

[Lint Errors] idb/postgres/postgres.go#L742

ineffectual assignment to partNumber (ineffassign)
Raw output
idb/postgres/postgres.go:742:4: ineffectual assignment to partNumber (ineffassign)
			partNumber++
			^