fix preserving intermediate symlinks (#514) #728
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 3 warnings
lint:
go/pkg/casng/streaming_upload.go#L311
Error return value is not checked (errcheck)
|
lint:
go/pkg/casng/uploader.go#L102
ST1019: package "github.com/bazelbuild/remote-apis/build/bazel/remote/execution/v2" is being imported more than once (stylecheck)
|
lint:
go/pkg/casng/uploader.go#L103
ST1019(related information): other import of "github.com/bazelbuild/remote-apis/build/bazel/remote/execution/v2" (stylecheck)
|
lint:
go/pkg/casng/batching.go#L83
error returned from interface method should be wrapped: sig: func (github.com/bazelbuild/remote-apis/build/bazel/remote/execution/v2.ContentAddressableStorageClient).FindMissingBlobs(ctx context.Context, in *github.com/bazelbuild/remote-apis/build/bazel/remote/execution/v2.FindMissingBlobsRequest, opts ...google.golang.org/grpc.CallOption) (*github.com/bazelbuild/remote-apis/build/bazel/remote/execution/v2.FindMissingBlobsResponse, error) (wrapcheck)
|
lint:
go/pkg/casng/batching.go#L101
error returned from external package is unwrapped: sig: func github.com/bazelbuild/remote-apis-sdks/go/pkg/errors.Join(errs ...error) error (wrapcheck)
|
lint:
go/pkg/casng/batching.go#L119
error returned from interface method should be wrapped: sig: func (context.Context).Err() error (wrapcheck)
|
lint:
go/pkg/casng/batching.go#L130
error returned from interface method should be wrapped: sig: func (context.Context).Err() error (wrapcheck)
|
lint:
go/pkg/casng/batching.go#L196
error returned from external package is unwrapped: sig: func github.com/bazelbuild/remote-apis-sdks/go/pkg/errors.Join(errs ...error) error (wrapcheck)
|
lint:
go/pkg/casng/batching.go#L233
error returned from interface method should be wrapped: sig: func (google.golang.org/genproto/googleapis/bytestream.ByteStream_WriteClient).Send(*google.golang.org/genproto/googleapis/bytestream.WriteRequest) error (wrapcheck)
|
lint:
go/pkg/casng/batching.go#L292
error returned from external package is unwrapped: sig: func github.com/bazelbuild/remote-apis-sdks/go/pkg/errors.Join(errs ...error) error (wrapcheck)
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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/
|
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/
|