Skip to content

feat: machine proxy resource and data source #1308

feat: machine proxy resource and data source

feat: machine proxy resource and data source #1308

Triggered via pull request October 30, 2024 23:51
Status Success
Total duration 16s
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: internal/random.go#L40
exported function GenerateRandomSerialNumber should have comment or be unexported
build: internal/random.go#L24
exported function GenerateRandomCryptoString should have comment or be unexported
build: internal/test/util.go#L8
exported function SkipCI should have comment or be unexported
build: internal/projects/extension_settings.go#L12
comment on exported function ExpandJiraServiceManagementExtensionSettings should be of the form "ExpandJiraServiceManagementExtensionSettings ..."
build: octopusdeploy_framework/util/logging.go#L13
exported function Created should have comment or be unexported
build: internal/mutex.go#L1
should have a package comment
build: internal/environments/extension_settings.go#L21
comment on exported function ExpandJiraServiceManagementExtensionSettings should be of the form "ExpandJiraServiceManagementExtensionSettings ..."
build: main.go#L1
should have a package comment
build: internal/projects/extension_settings.go#L23
comment on exported function ExpandServiceNowExtensionSettings should be of the form "ExpandServiceNowExtensionSettings ..."
build: internal/errors/error.go#L15
parameter 'ctx' seems to be unused, consider removing or renaming it as _