External Network: liqoctl network connect #11388
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
lint.yml
on: pull_request
Lint golang files
3m 45s
Enforce go.mod tidiness
31s
Lint bash files
5s
Lint markdown files
18s
Lint documentation files
22s
Annotations
1 error and 3 warnings
Lint golang files
issues found
|
Lint golang files:
pkg/liqoctl/rest/gatewayclient/types.go#L24
exported: exported const DefaultGatewayType should have comment (or a comment on this block) or be unexported (revive)
|
Lint golang files:
pkg/liqoctl/rest/gatewayserver/types.go#L26
exported: exported const DefaultGatewayType should have comment (or a comment on this block) or be unexported (revive)
|
Lint golang files:
pkg/liqoctl/wait/wait.go#L227
exported: comment on exported method Waiter.ForGatewaySecret should be of the form "ForGatewaySecret ..." (revive)
|