Go #1662
Annotations
10 errors and 1 warning
revive:
constants/const.go#L15
package comment should be of the form "Package constants ..."
|
revive:
cmd/ccli/ccli_test.go#L59
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
revive:
cmd/ccli/ccli_test.go#L59
parameter 'uri' seems to be unused, consider removing or renaming it as _
|
revive:
rib/reconciler/remote_test.go#L122
parameter 'r' seems to be unused, consider removing or renaming it as _
|
revive:
rib/reconciler/remote_test.go#L149
parameter 'r' seems to be unused, consider removing or renaming it as _
|
revive:
chk/chk.go#L59
exported func IgnoreOperationID returns unexported type *chk.ignoreOpID, which can be annoying to use
|
revive:
chk/chk.go#L85
exported func IncludeServerError returns unexported type *chk.includeServerError, which can be annoying to use
|
revive:
chk/chk.go#L243
exported func AllowUnimplemented returns unexported type *chk.allowUnimplemented, which can be annoying to use
|
revive:
rib/reconciler/reconcile.go#L39
exported type R should have comment or be unexported
|
revive:
chk/chk.go#L254
exported func IgnoreDetails returns unexported type *chk.ignoreDetails, which can be annoying to use
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading