Skip to content

Add Azure Container Registry feed #1304

Add Azure Container Registry feed

Add Azure Container Registry feed #1304

Triggered via pull request October 29, 2024 21:17
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: main.go#L1
should have a package comment
build: internal/mutex.go#L5
exported var Mutex should have comment or be unexported
build: internal/mutex.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/channel_test_options.go#L1
should have a package comment
build: internal/random.go#L24
exported function GenerateRandomCryptoString 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
build: internal/test/lifecycle_test_options.go#L10
exported type LifecycleTestOptions should have comment or be unexported
build: internal/test/configuration.go#L3
exported function GetConfiguration should have comment or be unexported