mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +08:00
ci: remove stylecheck linter
It is to be merged into staticcheck linter in golangci-lint v2.0.0. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@ -14,13 +14,13 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
//nolint:revive,stylecheck
|
||||
//nolint:revive
|
||||
ARTIFACT_SINGLE = "quay.io/libpod/testartifact:20250206-single"
|
||||
//nolint:revive,stylecheck
|
||||
//nolint:revive
|
||||
ARTIFACT_MULTI = "quay.io/libpod/testartifact:20250206-multi"
|
||||
//nolint:revive,stylecheck
|
||||
//nolint:revive
|
||||
ARTIFACT_MULTI_NO_TITLE = "quay.io/libpod/testartifact:20250206-multi-no-title"
|
||||
//nolint:revive,stylecheck
|
||||
//nolint:revive
|
||||
ARTIFACT_EVIL = "quay.io/libpod/testartifact:20250206-evil"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user