Skip to content

Configuration Controller #11141

Configuration Controller

Configuration Controller #11141

Triggered via pull request September 22, 2023 14:44
Status Failure
Total duration 9m 22s
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
2m 35s
Lint golang files
Enforce go.mod tidiness
31s
Enforce go.mod tidiness
Lint bash files
8s
Lint bash files
Lint markdown files
18s
Lint markdown files
Lint documentation files
26s
Lint documentation files
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
Lint golang files: pkg/liqonet/configuration-controller/network.go#L43
Error return value of `ctrlutil.SetOwnerReference` is not checked (errcheck)
Lint golang files: pkg/liqonet/configuration-controller/network.go#L32
hugeParam: cfg is heavy (336 bytes); consider passing it by pointer (gocritic)
Lint golang files
issues found
Lint golang files: pkg/liqonet/configuration-controller/label.go#L32
exported: exported var LabelCIDRTypeValues should have comment or be unexported (revive)
Lint golang files: pkg/liqonet/configuration-controller/label.go#L34
exported: exported function ForgeLabel should have comment or be unexported (revive)
Lint golang files: pkg/liqonet/configuration-controller/label.go#L40
exported: exported function ForgeLabelSelector should have comment or be unexported (revive)