Skip to content

Update golangci/golangci-lint-action action to v6 - autoclosed #9

Update golangci/golangci-lint-action action to v6 - autoclosed

Update golangci/golangci-lint-action action to v6 - autoclosed #9

Triggered via pull request June 18, 2024 05:52
Status Failure
Total duration 1m 24s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

14 errors
build (arm64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c go mod download" did not complete successfully: exit code: 1
build (amd64)
The job was canceled because "arm64" failed.
build (amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c go mod download" did not complete successfully: exit code: 1
unit-test
Process completed with exit code 1.
lint: internal/function/fn.go#L69
Error return value of `evaluator.Close` is not checked (errcheck)
lint: main.go#L46
Error return value of `evaluatorManager.Close` is not checked (errcheck)
lint: main.go#L47
Error return value of `reader.Close` is not checked (errcheck)
lint: internal/helper/composition.go#L32
commentFormatting: put a space between `//` and comment text (gocritic)
lint: input/v1beta1/input.go#L28
exported: comment on exported type Pkl should be of the form "Pkl ..." (with optional leading article) (revive)
lint: input/v1beta1/input.go#L40
exported: exported type PklSpec should have comment or be unexported (revive)
lint: input/v1beta1/input.go#L45
var-naming: struct field Uri should be URI (revive)
lint: internal/extraresources.go#L21
exported: exported type ExtraResourceSelectors should have comment or be unexported (revive)
lint: internal/extraresources.go#L25
exported: exported method ExtraResourceSelectors.ToResourceSelectors should have comment or be unexported (revive)
lint: internal/extraresources.go#L33
exported: exported type ExtraResourceSelector should have comment or be unexported (revive)