Skip to content

Cleanup CloudStack network resources pre-test #24172

Cleanup CloudStack network resources pre-test

Cleanup CloudStack network resources pre-test #24172

Triggered via pull request February 20, 2024 16:25
Status Failure
Total duration 1m 20s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 7 warnings
lint
issues found
lint: pkg/executables/cmk.go#L461
unexported-return: exported method GetNetwork returns unexported type *executables.cmkNetwork, which can be annoying to use (revive)
lint: internal/test/cleanup/cleanup.go#L102
exported: exported function CloudStackRmVms should have comment or be unexported (revive)
lint: internal/test/cleanup/cleanup.go#L173
exported: exported function CleanUpCloudstackTestResources should have comment or be unexported (revive)
lint: pkg/executables/cmk_test.go#L110
var-naming: struct field listRouterJsonFile should be listRouterJSONFile (revive)
lint: pkg/executables/cmk_test.go#L111
var-naming: struct field routerId should be routerID (revive)
lint: pkg/executables/cmk_test.go#L175
var-naming: struct field networkId should be networkID (revive)
lint: pkg/executables/cmk_test.go#L203
var-naming: var getNetworkJsonFileContent should be getNetworkJSONFileContent (revive)