Skip to content

Add support for Get of MPLS entries to RIB. #1026

Add support for Get of MPLS entries to RIB.

Add support for Get of MPLS entries to RIB. #1026

Triggered via pull request September 15, 2023 23:36
Status Success
Total duration 12m 11s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

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/rtr/main.go#L15
should have a package comment
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: client/gribiclient.go#L1098
type name will be used as client.ClientStatus by other packages, and that stutters; consider calling this Status
go / Static Analysis: client/gribiclient.go#L1151
comment on exported type ClientErr should be of the form "ClientErr ..." (with optional leading article)
go / Static Analysis: client/gribiclient.go#L1152
type name will be used as client.ClientErr by other packages, and that stutters; consider calling this Err
go / Static Analysis: client/gribiclient.go#L202
parameter 'opts' seems to be unused, consider removing or renaming it as _
go / Static Analysis: rib/rib.go#L52
type name will be used as rib.RIBHookFn by other packages, and that stutters; consider calling this HookFn
go / Static Analysis: fluent/fluent.go#L307
exported const AllAFTs should have comment (or a comment on this block) or be unexported