Skip to content

Reimplement winding order #7

Reimplement winding order

Reimplement winding order #7

Triggered via pull request November 14, 2023 15:19
Status Failure
Total duration 33s
Artifacts

lint-go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: snap/snap.go#L37
undefined: min (typecheck)
lint: snap/snap.go#L156
undefined: min (typecheck)
lint: snap/snap.go#L175
undefined: min (typecheck)
lint: snap/snap.go#L297
undefined: max (typecheck)
lint: processing/gpkg/gpkg.go#L269
Error return value of `ext.AddGeometry` is not checked (errcheck)
lint: processing/gpkg/gpkg.go#L273
Error return value of `tx.Commit` is not checked (errcheck)
lint: processing/gpkg/gpkg.go#L344
Error return value of `row.Scan` is not checked (errcheck)
lint: processing/gpkg/gpkg.go#L85
Function 'ReadFeatures' has too many statements (49 > 40) (funlen)
lint: processing/gpkg/gpkg.go#L297
assignOp: replace `columnpart = columnpart + ` NOT NULL`` with `columnpart += ` NOT NULL`` (gocritic)
lint: processing/gpkg/gpkg.go#L300
assignOp: replace `columnpart = columnpart + ` PRIMARY KEY`` with `columnpart += ` PRIMARY KEY`` (gocritic)
lint: processing/gpkg/gpkg.go#L218
superfluous-else: if block ends with a break statement, so drop this else and outdent its block (revive)