Skip to content

Add IsEmpty functions for Ops and ReconcileOps. #1114

Add IsEmpty functions for Ops and ReconcileOps.

Add IsEmpty functions for Ops and ReconcileOps. #1114

Triggered via pull request November 2, 2023 21:58
Status Success
Total duration 9m 27s
Artifacts

go.yml

on: pull_request
Matrix: go / Build and Test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
go / Static Analysis: constants/const.go#L15
package comment should be of the form "Package constants ..."
go / Static Analysis: cmd/ccli/ccli_test.go#L59
parameter 'ctx' seems to be unused, consider removing or renaming it as _
go / Static Analysis: cmd/ccli/ccli_test.go#L59
parameter 'uri' seems to be unused, consider removing or renaming it as _
go / Static Analysis: fluent/fluent.go#L214
parameter 't' seems to be unused, consider removing or renaming it as _
go / Static Analysis: fluent/fluent.go#L238
parameter 't' seems to be unused, consider removing or renaming it as _
go / Static Analysis: fluent/fluent.go#L417
parameter 't' seems to be unused, consider removing or renaming it as _
go / Static Analysis: fluent/fluent.go#L454
parameter 't' seems to be unused, consider removing or renaming it as _
go / Static Analysis: fluent/fluent.go#L463
parameter 't' seems to be unused, consider removing or renaming it as _
go / Static Analysis: server/server.go#L412
parameter 'ctx' seems to be unused, consider removing or renaming it as _
go / Static Analysis: fluent/fluent.go#L86
exported method Connection returns unexported type *fluent.gRIBIConnection, which can be annoying to use