Skip to content

feat: baseline spadev0 integration #47

feat: baseline spadev0 integration

feat: baseline spadev0 integration #47

Triggered via pull request September 6, 2023 05:41
Status Failure
Total duration 2m 23s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: integration/spadev0/main.go#L70
Error return value is not checked (errcheck)
build: integration/spadev0/main.go#L67
use of `fmt.Printf` forbidden by pattern `^(fmt\.Print(|f|ln)|print|println)$` (forbidigo)
build: integration/spadev0/main.go#L129
Comment should end in a period (godot)
build: integration/spadev0/util.go#L101
`prepareSpadeTasks` - `ipInfo` is unused (unparam)
build: integration/spadev0/util.go#L105
`prepareSpadeTasks` - result `results` is always `nil` (unparam)
build: integration/spadev0/util.go#L67
composites: go.mongodb.org/mongo-driver/bson/primitive.E struct literal uses unkeyed fields (govet)
build: integration/spadev0/util.go#L68
composites: go.mongodb.org/mongo-driver/bson/primitive.E struct literal uses unkeyed fields (govet)
build: integration/spadev0/util.go#L69
composites: go.mongodb.org/mongo-driver/bson/primitive.E struct literal uses unkeyed fields (govet)
build: integration/spadev0/util.go#L98
named return "tasks" with type "[]interface{}" found (nonamedreturns)
build: integration/spadev0/main.go#L7
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)