Added include parent info option to Events query editor #171
ci.yml
on: pull_request
Build, lint and unit tests
1m 4s
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
|