Skip to content

External Network: liqoctl network connect #11388

External Network: liqoctl network connect

External Network: liqoctl network connect #11388

Triggered via pull request October 13, 2023 13:31
Status Failure
Total duration 4m 18s
Artifacts
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
Lint golang files
Enforce go.mod tidiness
31s
Enforce go.mod tidiness
Lint bash files
5s
Lint bash files
Lint markdown files
18s
Lint markdown files
Lint documentation files
22s
Lint documentation files
Fit to window
Zoom out
Zoom in

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)