IPv6 Support for afthelper.NextHopAddrsForPrefix #1249
go.yml
on: pull_request
go
/
Static Analysis
4m 41s
go
/
staticcheck
4m 10s
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:
testcommon/testcommon.go#L34
comment on exported type TLSCred should be of the form "TLSCred ..." (with optional leading article)
|
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:
server/server.go#L412
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
go / Static Analysis:
server/server.go#L144
exported func WithPostChangeRIBHook returns unexported type *server.postChangeRibHook, which can be annoying to use
|
go / Static Analysis:
server/server.go#L169
exported func WithRIBResolvedEntryHook returns unexported type *server.resolvedEntryHook, which can be annoying to use
|
go / Static Analysis:
server/server.go#L196
exported func DisableRIBCheckFn returns unexported type *server.disableCheckFn, which can be annoying to use
|
go / Static Analysis:
fluent/fluent.go#L214
parameter 't' seems to be unused, consider removing or renaming it as _
|