Skip to content

External Network: gateway tunnel wireguard #11233

External Network: gateway tunnel wireguard

External Network: gateway tunnel wireguard #11233

Triggered via pull request October 2, 2023 16:59
Status Failure
Total duration 1m 48s
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
1m 37s
Lint golang files
Enforce go.mod tidiness
23s
Enforce go.mod tidiness
Lint bash files
8s
Lint bash files
Lint markdown files
26s
Lint markdown files
Lint documentation files
31s
Lint documentation files
Fit to window
Zoom out
Zoom in

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)