Configuration Controller #11142
Triggered via pull request
September 22, 2023 14:46
Status
Failure
Total duration
8m 44s
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 25s
Enforce go.mod tidiness
23s
Lint bash files
8s
Lint markdown files
25s
Lint documentation files
27s
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)
|