Skip to content

Support concrete types and custom types #8

Support concrete types and custom types

Support concrete types and custom types #8

Re-run triggered July 1, 2024 16:59
Status Failure
Total duration 2m 49s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 warning
lint: pgxgeom.go#L80
`marshalled` is a misspelling of `marshaled` (misspell)
lint: pgxgeom.go#L90
the type name `ErrUnexpectedType` should conform to the `XxxError` format (errname)
lint: pgxgeom.go#L102
the type name `ErrUnsupportedType` should conform to the `XxxError` format (errname)
lint: pgxgeom_test.go#L164
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
lint: pgxgeom.go#L149
getGeomScanner returns interface (github.com/twpayne/pgx-geom.GeomScanner) (ireturn)
lint: pgxgeom.go#L174
getGeomValuer returns interface (github.com/twpayne/pgx-geom.GeomValuer) (ireturn)
lint
issues found
lint: pgxgeom_test.go#L175
error-naming: error var customPointScanError should have name of the form errFoo (revive)