mirror of
https://github.com/containers/podman.git
synced 2025-11-30 10:07:33 +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:
@@ -50,7 +50,7 @@ var (
|
||||
shortName: "busybox",
|
||||
tarballName: "busybox.tar",
|
||||
}
|
||||
CACHE_IMAGES = []testImage{alpine, busybox} //nolint:revive,stylecheck
|
||||
CACHE_IMAGES = []testImage{alpine, busybox} //nolint:revive
|
||||
)
|
||||
|
||||
type bindingTest struct {
|
||||
|
||||
Reference in New Issue
Block a user