Skip to content

CAPT Playground

CAPT Playground #757

Triggered via pull request January 18, 2024 03:05
Status Failure
Total duration 51s
Artifacts

ci.yaml

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

Annotations

16 errors
Codespell: playground/cmd/create.go#L238
nd ==> and, 2nd
Codespell: playground/cmd/create.go#L266
nd ==> and, 2nd
Codespell: playground/cmd/create.go#L269
nd ==> and, 2nd
Validate verify
Process completed with exit code 2.
Validate test
Process completed with exit code 2.
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)