Skip to content

fix: Add Git trigger example #1470

fix: Add Git trigger example

fix: Add Git trigger example #1470

Triggered via pull request December 15, 2024 21:33
Status Success
Total duration 25s
Artifacts

revive-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/mutex.go#L1
should have a package comment
build: internal/mutex.go#L5
exported var Mutex should have comment or be unexported
build: main.go#L1
should have a package comment
build: internal/errors/error.go#L15
exported function DeleteFromState should have comment or be unexported
build: internal/errors/error.go#L21
exported function ProcessApiError should have comment or be unexported
build: internal/errors/error.go#L35
exported function DeleteFromStateV2 should have comment or be unexported
build: internal/errors/error.go#L41
exported function ProcessApiErrorV2 should have comment or be unexported
build: internal/errors/error.go#L21
func ProcessApiError should be ProcessAPIError