Skip to content

Node properties: support for leaf nodes #4

Node properties: support for leaf nodes

Node properties: support for leaf nodes #4

Triggered via pull request July 2, 2023 19:14
Status Failure
Total duration 1m 55s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
lint: go/pkg/tool/tool.go#L132
error returned from external package is unwrapped: sig: func os.ReadFile(name string) ([]byte, error) (wrapcheck)
lint: go/pkg/tool/tool.go#L136
error returned from external package is unwrapped: sig: func google.golang.org/protobuf/encoding/prototext.Unmarshal(b []byte, m google.golang.org/protobuf/reflect/protoreflect.ProtoMessage) error (wrapcheck)
lint: go/pkg/tool/tool.go#L140
error returned from external package is unwrapped: sig: func os.Stat(name string) (io/fs.FileInfo, error) (wrapcheck)
lint: go/pkg/tool/tool.go#L378
error returned from external package is unwrapped: sig: func (*github.com/bazelbuild/remote-apis-sdks/go/pkg/client.Client).DownloadDirectory(ctx context.Context, d github.com/bazelbuild/remote-apis-sdks/go/pkg/digest.Digest, outDir string, cache github.com/bazelbuild/remote-apis-sdks/go/pkg/filemetadata.Cache) (map[string]*github.com/bazelbuild/remote-apis-sdks/go/pkg/client.TreeOutput, *github.com/bazelbuild/remote-apis-sdks/go/pkg/client.MovedBytesMetadata, error) (wrapcheck)
lint
golangci-lint exit with code 4
lint
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/