External Network: gateway tunnel wireguard #11233
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
1m 37s
Enforce go.mod tidiness
23s
Lint bash files
8s
Lint markdown files
26s
Lint documentation files
31s
Annotations
4 errors and 4 warnings
Lint golang files:
pkg/liqo-controller-manager/external-network/wireguard/wggatewayserver_controller.go#L363
`refereces` is a misspelling of `references` (misspell)
|
Lint golang files:
pkg/gateway/tunnel/wireguard/wireguard.go#L39
var `wgcl` is unused (unused)
|
Lint golang files:
cmd/gateway/tunnel/wireguard/main.go#L143
unnecessary trailing newline (whitespace)
|
Lint golang files
issues found
|
Lint golang files:
pkg/consts/externalnetwork.go#L18
exported: comment on exported const WgServerNameLabel should be of the form "WgServerNameLabel ..." (revive)
|
Lint golang files:
pkg/gateway/tunnel/wireguard/flags.go#L22
exported: exported type FlagName should have comment or be unexported (revive)
|
Lint golang files:
pkg/gateway/tunnel/wireguard/labels.go#L17
exported: exported type WireguardLabels should have comment or be unexported (revive)
|
Lint golang files:
cmd/gateway/tunnel/wireguard/main.go#L15
package-comments: should have a package comment (revive)
|