Skip to content

Setup (Cloud-Backed) SQLite backend for reading GeoPackages #21

Setup (Cloud-Backed) SQLite backend for reading GeoPackages

Setup (Cloud-Backed) SQLite backend for reading GeoPackages #21

Triggered via pull request October 12, 2023 08:38
Status Failure
Total duration 40s
Artifacts

lint-go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
lint: ogc/features/datasources/geopackage/geopackage.go#L122
calculated cyclomatic complexity for function toFeatures is 20, max is 12 (cyclop)
lint: ogc/features/datasources/fakedb/fakedb.go#L57
return both the `nil` error and invalid value: use a sentinel error instead (nilnil)
lint
issues found
lint: ogc/features/datasources/geopackage/geopackage.go#L95
unused-parameter: parameter 'cursor' seems to be unused, consider removing or renaming it as _ (revive)