Add support for retreiving from a remote RIB. #1043
Triggered via pull request
September 22, 2023 21:12
Status
Success
Total duration
17m 48s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
go.yml
on: pull_request
go
/
Static Analysis
8m 36s
go
/
staticcheck
8m 57s
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/reconciler/remote_test.go#L88
parameter 'r' seems to be unused, consider removing or renaming it as _
|
go / Static Analysis:
rib/reconciler/reconcile.go#L125
parameter 'src' seems to be unused, consider removing or renaming it as _
|
go / Static Analysis:
rib/reconciler/reconcile.go#L125
parameter 'dst' seems to be unused, consider removing or renaming it as _
|
go / Static Analysis:
rib/reconciler/reconcile.go#L35
exported type R should have comment or be unexported
|
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 _
|