Skip to content

Introduced the vfm, some lint fixes and others #13

Introduced the vfm, some lint fixes and others

Introduced the vfm, some lint fixes and others #13

Triggered via pull request October 24, 2023 10:33
Status Failure
Total duration 1m 1s
Artifacts

lint.yaml

on: pull_request
Lint golang files
48s
Lint golang files
Enforce go.mod tidiness
17s
Enforce go.mod tidiness
Lint bash files
8s
Lint bash files
Lint markdown files
22s
Lint markdown files
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
Lint golang files: pkg/rear-manager/allocation_controller.go#L81
dupBranchBody: both branches in if statement have same body (gocritic)
Lint golang files: pkg/virtual-fabric-manager/services.go#L40
line is 165 characters (lll)
Lint golang files: pkg/virtual-fabric-manager/services.go#L90
SA1019: pointer.BoolPtr is deprecated: Use Bool instead. (staticcheck)
Lint golang files
issues found
Lint golang files: apis/nodecore/v1alpha1/allocation_types.go#L23
exported: exported type Destination should have comment or be unexported (revive)
Lint golang files: apis/nodecore/v1alpha1/allocation_types.go#L39
exported: exported const Remote should have comment (or a comment on this block) or be unexported (revive)
Lint golang files: pkg/utils/services/flavours_services.go#L28
exported: exported type FlavourService should have comment or be unexported (revive)