Network Manager #142
lint.yaml
on: pull_request
Lint golang files
4m 19s
Enforce go.mod tidiness
2m 30s
Lint bash files
7s
Lint markdown files
17s
Annotations
11 errors and 5 warnings
Lint bash files
Process completed with exit code 1.
|
Lint golang files:
pkg/utils/namings/namings.go#L128
captLocal: `IPaddress' should not be capitalized (gocritic)
|
Lint golang files:
pkg/utils/namings/namings.go#L130
wrapperFunc: use strings.ReplaceAll method in `strings.Replace(IPaddress, ":", "-", -1)` (gocritic)
|
Lint golang files:
pkg/utils/resourceforge/forge.go#L1436
captLocal: `IPaddress' should not be capitalized (gocritic)
|
Lint golang files:
pkg/network-manager/doc.go#L1
Expected:2024, Actual: 2023 FLUIDOS Project (goheader)
|
Lint golang files:
cmd/network-manager/doc.go#L1
Expected:2024, Actual: 2023 FLUIDOS Project (goheader)
|
Lint golang files:
cmd/network-manager/main.go#L1
Expected:2024, Actual: 2023 FLUIDOS Project (goheader)
|
Lint golang files:
pkg/network-manager/network-controller.go#L182
`cancelled` is a misspelling of `canceled` (misspell)
|
Lint golang files:
pkg/network-manager/network-controller.go#L48
unnecessary leading newline (whitespace)
|
Lint golang files:
pkg/network-manager/network-controller.go#L81
unnecessary leading newline (whitespace)
|
Lint golang files:
cmd/network-manager/main.go#L86
unnecessary trailing newline (whitespace)
|
Enforce go.mod tidiness
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint golang files
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, golangci/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint golang files:
pkg/network-manager/network-controller.go#L36
exported: exported type ClusterInfo should have comment or be unexported (revive)
|
Lint golang files:
pkg/network-manager/network-controller.go#L40
exported: exported type NetworkManager should have comment or be unexported (revive)
|
Lint golang files:
pkg/network-manager/network-controller.go#L131
exported: exported function Start should have comment or be unexported (revive)
|