Go #1560
Annotations
10 errors and 1 warning
constants/const.go#L15
package comment should be of the form "Package constants ..."
|
testcommon/testcommon.go#L34
comment on exported type TLSCred should be of the form "TLSCred ..." (with optional leading article)
|
chk/chk.go#L59
exported func IgnoreOperationID returns unexported type *chk.ignoreOpID, which can be annoying to use
|
chk/chk.go#L85
exported func IncludeServerError returns unexported type *chk.includeServerError, which can be annoying to use
|
chk/chk.go#L243
exported func AllowUnimplemented returns unexported type *chk.allowUnimplemented, which can be annoying to use
|
rib/reconciler/remote_test.go#L122
parameter 'r' seems to be unused, consider removing or renaming it as _
|
rib/reconciler/remote_test.go#L149
parameter 'r' seems to be unused, consider removing or renaming it as _
|
chk/chk.go#L254
exported func IgnoreDetails returns unexported type *chk.ignoreDetails, which can be annoying to use
|
compliance/election.go#L40
exported func SecondClient returns unexported type *compliance.secondClient, which can be annoying to use
|
compliance/flush.go#L343
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job succeeded
Loading