Reimplement winding order #6
Annotations
10 errors and 1 warning
snap/snap.go#L37
undefined: min (typecheck)
|
snap/snap.go#L155
undefined: min (typecheck)
|
snap/snap.go#L174
undefined: min (typecheck)
|
snap/snap.go#L296
undefined: max (typecheck)
|
processing/gpkg/gpkg.go#L269
Error return value of `ext.AddGeometry` is not checked (errcheck)
|
processing/gpkg/gpkg.go#L273
Error return value of `tx.Commit` is not checked (errcheck)
|
processing/gpkg/gpkg.go#L344
Error return value of `row.Scan` is not checked (errcheck)
|
processing/gpkg/gpkg.go#L85
Function 'ReadFeatures' has too many statements (49 > 40) (funlen)
|
processing/gpkg/gpkg.go#L297
assignOp: replace `columnpart = columnpart + ` NOT NULL`` with `columnpart += ` NOT NULL`` (gocritic)
|
processing/gpkg/gpkg.go#L300
assignOp: replace `columnpart = columnpart + ` PRIMARY KEY`` with `columnpart += ` PRIMARY KEY`` (gocritic)
|
processing/gpkg/gpkg.go#L218
superfluous-else: if block ends with a break statement, so drop this else and outdent its block (revive)
|
The logs for this run have expired and are no longer available.
Loading