Framework for reconciler implementation. #1037
Triggered via pull request
September 21, 2023 20:05
Status
Failure
Total duration
11m 55s
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
3m 51s
go
/
staticcheck
5m 24s
Matrix: go / Build and Test
Annotations
13 errors
go / Static Analysis:
constants/const.go#L15
package comment should be of the form "Package constants ..."
|
go / Static Analysis:
rib/reconciler/reconcile.go#L34
exported type R should have comment or be unexported
|
go / Static Analysis:
rib/reconciler/reconcile.go#L110
parameter 'src' seems to be unused, consider removing or renaming it as _
|
go / Static Analysis:
rib/reconciler/reconcile.go#L110
parameter 'dst' seems to be unused, consider removing or renaming it as _
|
go / Static Analysis:
fluent/fluent.go#L86
exported method Connection returns unexported type *fluent.gRIBIConnection, which can be annoying to use
|
go / Static Analysis:
fluent/fluent.go#L278
exported method Get returns unexported type *fluent.gRIBIGet, which can be annoying to use
|
go / Static Analysis:
fluent/fluent.go#L350
exported method Flush returns unexported type *fluent.gRIBIFlush, which can be annoying to use
|
go / Static Analysis:
fluent/fluent.go#L403
exported method Modify returns unexported type *fluent.gRIBIModify, which can be annoying to use
|
go / Static Analysis:
fluent/fluent.go#L530
exported func IPv4Entry returns unexported type *fluent.ipv4Entry, which can be annoying to use
|
go / Static Analysis:
fluent/fluent.go#L620
exported func LabelEntry returns unexported type *fluent.labelEntry, which can be annoying to use
|
go / staticcheck:
rib/reconciler/reconcile.go#L39
field lastIntended is unused (U1000)
|
go / staticcheck:
rib/reconciler/reconcile.go#L42
field lastTarget is unused (U1000)
|
go / staticcheck
Process completed with exit code 1.
|