Skip to content

Add merge to Ops and ReconcileOps; UseStub to client. #1110

Add merge to Ops and ReconcileOps; UseStub to client.

Add merge to Ops and ReconcileOps; UseStub to client. #1110

Triggered via pull request October 31, 2023 23:36
Status Success
Total duration 10m 45s
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: chk/chk.go#L59
exported func IgnoreOperationID returns unexported type *chk.ignoreOpID, which can be annoying to use
go / Static Analysis: chk/chk.go#L214
exported func AllowUnimplemented returns unexported type *chk.allowUnimplemented, which can be annoying to use
go / Static Analysis: chk/chk.go#L225
exported func IgnoreDetails returns unexported type *chk.ignoreDetails, which can be annoying to use
go / Static Analysis: rib/helpers.go#L83
exported func NewFake returns unexported type *rib.fakeRIB, which can be annoying to use
go / Static Analysis: rib/helpers.go#L29
parameter 'opt' seems to be unused, consider removing or renaming it as _
go / Static Analysis: rib/rib.go#L209
exported func DisableRIBCheckFn returns unexported type *rib.disableCheckFn, which can be annoying to use
go / Static Analysis: rib/rib.go#L915
exported func RIBHolderCheckFn returns unexported type *rib.ribHolderCheckFn, which can be annoying to use
go / Static Analysis: server/server.go#L144
exported func WithPostChangeRIBHook returns unexported type *server.postChangeRibHook, which can be annoying to use
go / Static Analysis: server/server.go#L169
exported func WithRIBResolvedEntryHook returns unexported type *server.resolvedEntryHook, which can be annoying to use