Skip to content

Added include parent info option to Events query editor #171

Added include parent info option to Events query editor

Added include parent info option to Events query editor #171

Triggered via pull request December 2, 2024 09:31
Status Failure
Total duration 1m 14s
Artifacts

ci.yml

on: pull_request
Build, lint and unit tests
1m 4s
Build, lint and unit tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Build, lint and unit tests: pkg/util/util.go#L94
exported: exported function Ptr should have comment or be unexported (revive)
Build, lint and unit tests: pkg/util/util.go#L98
exported: exported function PtrSlice should have comment or be unexported (revive)
Build, lint and unit tests: pkg/datasource/events.go#L325
early-return: if c { } else { ... continue } can be simplified to if !c { ... continue } (move short variable declaration to its own line if necessary) (revive)
Build, lint and unit tests: pkg/datasource/events.go#L323
empty-block: this block is empty, you can remove it (revive)
Build, lint and unit tests
issues found