Skip to content

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

Setup (Cloud-Backed) SQLite backend for reading GeoPackages

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

Triggered via pull request October 9, 2023 17:56
Status Failure
Total duration 1m 47s
Artifacts

lint-go.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
lint: ogc/features/datasources/geopackage/geopackage.go#L86
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
lint: ogc/features/datasources/geopackage/geopackage.go#L92
use of `fmt.Println` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
lint: ogc/features/datasources/geopackage/geopackage.go#L94
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
lint: ogc/features/datasources/geopackage/geopackage.go#L84
Rows/Stmt was not closed (sqlclosecheck)
lint
issues found
lint: ogc/features/datasources/geopackage/geopackage.go#L20
var-naming: struct field Id should be ID (revive)