Run checks. #1652
Annotations
11 errors and 1 warning
Go Mod should be tidy
Process completed with exit code 1.
|
revive:
testcommon/testcommon.go#L34
comment on exported type TLSCred should be of the form "TLSCred ..." (with optional leading article)
|
revive:
cmd/stubrtr/main.go#L77
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
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:
server/server.go#L138
type name will be used as server.ServerOpt by other packages, and that stutters; consider calling this Opt
|
revive:
server/server.go#L167
comment on exported function WithRIBResolvedEntryHook should be of the form "WithRIBResolvedEntryHook ..."
|
revive:
server/server.go#L440
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
revive:
client/gribiclient.go#L1205
type name will be used as client.ClientStatus by other packages, and that stutters; consider calling this Status
|
revive:
client/gribiclient.go#L1258
comment on exported type ClientErr should be of the form "ClientErr ..." (with optional leading article)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading