Skip to content

CAPT Playground

CAPT Playground #769

Triggered via pull request January 19, 2024 21:55
Status Failure
Total duration 43s
Artifacts

ci.yaml

on: pull_request
Codespell
11s
Codespell
Build and push manager image
33s
Build and push manager image
Matrix: validate
Fit to window
Zoom out
Zoom in

Annotations

20 errors
Validate test
Process completed with exit code 2.
Validate verify
Process completed with exit code 2.
Codespell: playground/cmd/create.go#L270
nd ==> and, 2nd
Codespell: playground/cmd/create.go#L298
nd ==> and, 2nd
Codespell: playground/cmd/create.go#L301
nd ==> and, 2nd
Codespell: playground/internal/docker/docker.go#L91
ot ==> to, of, or, not
Codespell: playground/internal/docker/docker.go#L92
ot ==> to, of, or, not
Codespell: playground/internal/docker/docker.go#L121
ot ==> to, of, or, not
Codespell: playground/internal/docker/docker.go#L122
ot ==> to, of, or, not
Build and push manager image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c CGO_ENABLED=0 GOOS=linux GOARCH=${ARCH} go build -a -ldflags \"${LDFLAGS} -extldflags '-static'\" -o manager ." did not complete successfully: exit code: 1
Validate lint
package-comments: should have a package comment (revive)
Validate lint
exported: exported type State should have comment or be unexported (revive)
Validate lint
exported: exported type NodeRole should have comment or be unexported (revive)
Validate lint
Comment should end in a period (godot)
Validate lint
Comment should end in a period (godot)
Validate lint
Comment should end in a period (godot)
Validate lint
Comment should end in a period (godot)
Validate lint
exported: exported function Execute should have comment or be unexported (revive)
Validate lint
redefines-builtin-id: redefinition of the built-in function delete (revive)
Validate lint
return statements should not be cuddled if block has more than two lines (wsl)