Skip to content

WIP - Deployment process migration #1173

WIP - Deployment process migration

WIP - Deployment process migration #1173

Triggered via pull request August 15, 2024 05:19
Status Success
Total duration 40s
Artifacts

revive-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version 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/mappers/deployment_process.go#L421
don't use underscores in Go names; var sort_order_entries should be sortOrderEntries
build: octopusdeploy_framework/mappers/deployment_process.go#L387
don't use underscores in Go names; var sort_order should be sortOrder
build: octopusdeploy_framework/mappers/deployment_process.go#L423
don't use underscores in Go names; range var sort_order should be sortOrder
build: octopusdeploy_framework/mappers/deployment_process.go#L423
don't use underscores in Go names; range var step_name should be stepName
build: internal/errors/error.go#L21
func ProcessApiError should be ProcessAPIError
build: octopusdeploy_framework/mappers/deployment_process.go#L426
don't use underscores in Go names; range var matching_names should be matchingNames
build: octopusdeploy_framework/util/schema.go#L112
func GetIdResourceSchema should be GetIDResourceSchema
build: internal/errors/error.go#L41
func ProcessApiErrorV2 should be ProcessAPIErrorV2
build: octopusdeploy_framework/util/schema.go#L260
func GetIds should be GetIDs
build: octopusdeploy_framework/util/schema.go#L123
func GetSpaceIdResourceSchema should be GetSpaceIDResourceSchema