Skip to content

Challenge deploy

Challenge deploy #203

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / golangci failed Jul 15, 2023 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (3)

lib/utils/kube.go|15 col 2| "k8s.io/api/apps/v1" imported but not used as appsv1 (typecheck)
lib/harbor/kube.go|6 col 2| "k8s.io/api/apps/v1" imported but not used as appsv1 (typecheck)
lib/harbor/kube.go|7 col 2| "k8s.io/api/core/v1" imported but not used (typecheck)

Filtered Findings (6)

services/master/controllers/admin.go|10 col 20| undeclared name: fiber (typecheck)
services/master/controllers/admin.go|15 col 21| undeclared name: fiber (typecheck)
services/master/controllers/challengeUpdate.go|27 col 25| undeclared name: fiber (typecheck)
services/master/controllers/admin.go|6 col 2| "github.com/gofiber/fiber/v2" imported but not used (typecheck)
services/master/controllers/challengeUpdate.go|11 col 2| "github.com/gofiber/fiber/v2" imported but not used (typecheck)
services/master/controllers/createTeams.go|11 col 2| "github.com/gofiber/fiber/v2" imported but not used (typecheck)

Annotations

Check failure on line 15 in lib/utils/kube.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] lib/utils/kube.go#L15

"k8s.io/api/apps/v1" imported but not used as appsv1 (typecheck)
Raw output
lib/utils/kube.go:15:2: "k8s.io/api/apps/v1" imported but not used as appsv1 (typecheck)
	appsv1 "k8s.io/api/apps/v1"
	^

Check failure on line 6 in lib/harbor/kube.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] lib/harbor/kube.go#L6

"k8s.io/api/apps/v1" imported but not used as appsv1 (typecheck)
Raw output
lib/harbor/kube.go:6:2: "k8s.io/api/apps/v1" imported but not used as appsv1 (typecheck)
	appsv1 "k8s.io/api/apps/v1"
	^

Check failure on line 7 in lib/harbor/kube.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] lib/harbor/kube.go#L7

"k8s.io/api/core/v1" imported but not used (typecheck)
Raw output
lib/harbor/kube.go:7:2: "k8s.io/api/core/v1" imported but not used (typecheck)
	v1 "k8s.io/api/core/v1"
	^