Skip to content

Implement #135: Move linking to frontend #635

Implement #135: Move linking to frontend

Implement #135: Move linking to frontend #635

Triggered via pull request August 16, 2023 05:52
@SOF3SOF3
synchronize #157
SOF3:issues/135
Status Failure
Total duration 3m 46s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
golangci-lint: pkg/frontend/tf/tree/tree.go#L80
append to slice `copiedSpans` with non-zero initialized length (makezero)
golangci-lint: pkg/frontend/reader/merge/merge.go#L56
Consider pre-allocating `mergeTrees` (prealloc)
golangci-lint: pkg/frontend/reader/reader.go#L254
`(*spanReader).prepareEntry` - `config` is unused (unparam)
golangci-lint: pkg/frontend/reader/reader.go#L295
`(*spanReader).storeCache` - `ctx` is unused (unparam)
golangci-lint
issues found
Run unit tests: pkg/k8s/objectcache/objectcache_test.go#L73
cannot use utilobject.Rich{…} (value of type utilobject.Rich) as utilobject.VersionedKey value in argument to cache.Get
Run unit tests: pkg/k8s/objectcache/objectcache_test.go#L74
unknown field Cluster in struct literal of type utilobject.Rich
Run unit tests: pkg/k8s/objectcache/objectcache_test.go#L75
unknown field GroupVersionResource in struct literal of type utilobject.Rich
Run unit tests: pkg/k8s/objectcache/objectcache_test.go#L76
unknown field Namespace in struct literal of type utilobject.Rich
Run unit tests: pkg/k8s/objectcache/objectcache_test.go#L77
unknown field Name in struct literal of type utilobject.Rich
Run unit tests
Process completed with exit code 2.