Skip to content

External Network: gateway tunnel wireguard #11228

External Network: gateway tunnel wireguard

External Network: gateway tunnel wireguard #11228

Triggered via pull request October 2, 2023 13:08
Status Failure
Total duration 8m 43s
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
8m 29s
Lint golang files
Enforce go.mod tidiness
1m 8s
Enforce go.mod tidiness
Lint bash files
7s
Lint bash files
Lint markdown files
19s
Lint markdown files
Lint documentation files
34s
Lint documentation files
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint golang files: pkg/gateway/tunnel/wireguard/doc.go#L1
: # github.com/liqotech/liqo/pkg/gateway/tunnel/wireguard
Lint golang files
undefined: ctrlutil.ObjectMeta
Lint golang files
opts.Name undefined (type *Options has no field or method Name)
Lint golang files
opts.Namespace undefined (type *Options has no field or method Namespace)
Lint golang files
missing return
Lint golang files
missing return (typecheck)
Lint golang files: cmd/gateway/tunnel/wireguard/main.go#L26
could not import github.com/liqotech/liqo/pkg/gateway/tunnel/wireguard (-: # github.com/liqotech/liqo/pkg/gateway/tunnel/wireguard
Lint golang files
undefined: ctrlutil.ObjectMeta
Lint golang files
opts.Name undefined (type *Options has no field or method Name)
Lint golang files
opts.Namespace undefined (type *Options has no field or method Namespace)
Lint golang files: pkg/consts/externalnetwork.go#L18
exported: comment on exported const WgServerNameLabel should be of the form "WgServerNameLabel ..." (revive)