Configuration Controller #11146
Triggered via pull request
September 22, 2023 15:01
Status
Failure
Total duration
18m 37s
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 50s
Enforce go.mod tidiness
22s
Lint bash files
5s
Lint markdown files
20s
Lint documentation files
31s
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)
|