A draft PR showing the patches needed to support the space builder #38
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
|