Dev updates #59
Annotations
7 errors and 1 warning
go-lint:
pkg/api/cloud/stack/image/get.go#L8
Comment should end in a period (godot)
|
go-lint:
pkg/utils/utils.go#L112
exported: exported function BoolToInt should have comment or be unexported (revive)
|
go-lint:
pkg/api/client.go#L71
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
go-lint:
pkg/api/cloud/stack/environment/update.go#L32
increment-decrement: should replace i += 1 with i++ (revive)
|
go-lint:
pkg/api/cloud/stack/environment/update.go#L37
increment-decrement: should replace i += 1 with i++ (revive)
|
go-lint:
pkg/api/cloud/stack/environment/update.go#L40
unnecessary trailing newline (whitespace)
|
go-lint
Process completed with exit code 2.
|
go-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|