Skip to content

A draft PR showing the patches needed to support the space builder #38

A draft PR showing the patches needed to support the space builder

A draft PR showing the patches needed to support the space builder #38

Triggered via pull request June 9, 2025 00:04
Status Success
Total duration 20s
Artifacts

revive-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: internal/mutex.go#L1
should have a package comment
build: internal/random.go#L24
exported function GenerateRandomCryptoString should have comment or be unexported
build: internal/random.go#L40
exported function GenerateRandomSerialNumber should have comment or be unexported
build: internal/projects/extension_settings.go#L1
should have a package comment
build: internal/projects/extension_settings.go#L12
comment on exported function ExpandJiraServiceManagementExtensionSettings should be of the form "ExpandJiraServiceManagementExtensionSettings ..."
build: internal/projects/extension_settings.go#L23
comment on exported function ExpandServiceNowExtensionSettings should be of the form "ExpandServiceNowExtensionSettings ..."
build: internal/test/channel_test_options.go#L1
should have a package comment
build: internal/test/test_options.go#L5
exported type TestOptions 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/test/test_options.go#L12
exported function NewTestOptions should have comment or be unexported