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:
Kir Kolyshkin
2025-03-27 16:06:57 -07:00
parent 5aa035c69c
commit f4f2580b0d
33 changed files with 101 additions and 116 deletions

View File

@ -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"
)