Skip to content

Add coverage for postChangeHooks for MPLS and IPv6 entries. #1126

Add coverage for postChangeHooks for MPLS and IPv6 entries.

Add coverage for postChangeHooks for MPLS and IPv6 entries. #1126

Triggered via pull request November 5, 2023 00:12
Status Success
Total duration 9m 6s
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: 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: constants/const.go#L15
package comment should be of the form "Package constants ..."
go / Static Analysis: client/gribiclient.go#L202
parameter 'opts' 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: rib/reconciler/remote_test.go#L126
parameter 'r' seems to be unused, consider removing or renaming it as _
go / Static Analysis: rib/reconciler/remote_test.go#L153
parameter 'r' seems to be unused, consider removing or renaming it as _
go / Static Analysis: compliance/compliance.go#L665
comment on exported function InvalidParamsAndAFTOperation should be of the form "InvalidParamsAndAFTOperation ..."