Skip to content

Docs validation update #1182

Docs validation update

Docs validation update #1182

Triggered via pull request August 16, 2024 00:11
Status Success
Total duration 36s
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/environments/extension_settings.go#L21
comment on exported function ExpandJiraServiceManagementExtensionSettings should be of the form "ExpandJiraServiceManagementExtensionSettings ..."
build: internal/test/test_options.go#L5
exported type TestOptions should have comment or be unexported
build: internal/errors/error.go#L15
parameter 'ctx' seems to be unused, consider removing or renaming it as _
build: internal/mutex.go#L5
exported var Mutex should have comment or be unexported
build: internal/test/test_options.go#L5
type name will be used as test.TestOptions by other packages, and that stutters; consider calling this Options
build: internal/environments/extension_settings.go#L30
comment on exported function ExpandServiceNowExtensionSettings should be of the form "ExpandServiceNowExtensionSettings ..."
build: internal/test/test_options.go#L12
exported function NewTestOptions should have comment or be unexported
build: internal/errors/error.go#L15
exported function DeleteFromState should have comment or be unexported