Add merge to Ops and ReconcileOps; UseStub to client. #1110
go.yml
on: pull_request
go
/
Static Analysis
3m 32s
go
/
staticcheck
34s
Matrix: go / Build and Test
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
|