Skip to content

feat(retention): added image retention policies #7861

feat(retention): added image retention policies

feat(retention): added image retention policies #7861

Triggered via pull request October 2, 2023 15:25
Status Failure
Total duration 1m 53s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

golangci-lint.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: pkg/meta/parse.go#L12
File is not `gci`-ed with --skip-generated -s standard,default,prefix(zotregistry.io/zot) (gci)
lint: pkg/meta/parse.go#L15
File is not `gci`-ed with --skip-generated -s standard,default,prefix(zotregistry.io/zot) (gci)
lint: pkg/meta/hooks.go#L66
line is 149 characters (lll)
lint: pkg/storage/gc/gc_test.go#L135
unnecessary conversion (unconvert)
lint: pkg/storage/gc/gc_test.go#L143
unnecessary conversion (unconvert)
lint: pkg/storage/gc/gc_test.go#L147
unnecessary conversion (unconvert)
lint: pkg/storage/gc/gc_test.go#L49
ST1003: should not use underscores in Go names; var gc_test1 should be gcTest1 (stylecheck)
lint: pkg/storage/gc/gc_test.go#L53
ST1003: should not use underscores in Go names; var gc_test2 should be gcTest2 (stylecheck)
lint: pkg/storage/gc/gc_test.go#L57
ST1003: should not use underscores in Go names; var gc_test3 should be gcTest3 (stylecheck)
lint: pkg/storage/gc/gc_test.go#L88
ST1003: should not use underscores in Go names; var gc_untagged1 should be gcUntagged1 (stylecheck)