Add coverage for postChangeHooks for MPLS and IPv6 entries. #1126
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
4m 2s
go
/
staticcheck
1m 7s
Matrix: go / Build and Test
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 ..."
|