Plugin Framework Migration #846
Annotations
11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
octopusdeploy_framework/util/util.go#L11
exported function GetProviderName should have comment or be unexported
|
build:
octopusdeploy_framework/util/util.go#L15
exported function GetTypeName should have comment or be unexported
|
build:
main.go#L1
should have a package comment
|
build:
internal/test/lifecycle_test_options.go#L10
exported type LifecycleTestOptions should have comment or be unexported
|
build:
octopusdeploy_framework/util/util.go#L19
exported function GetStringOrEmpty should have comment or be unexported
|
build:
internal/test/space_test_options.go#L8
exported type SpaceTestOptions should have comment or be unexported
|
build:
octopusdeploy_framework/util/util.go#L26
exported function ExpandStringList should have comment or be unexported
|
build:
octopusdeploy_framework/util/util.go#L38
exported function SetToStringArray should have comment or be unexported
|
build:
internal/test/space_test_options.go#L13
exported function NewSpaceTestOptions should have comment or be unexported
|
build:
internal/test/lifecycle_test_options.go#L14
exported function NewLifecycleTestOptions should have comment or be unexported
|