1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00

use v2 config for go-lint

This commit is contained in:
Jianlin Liu
2026-01-20 10:55:15 +08:00
parent dfdec6e1da
commit 66a1230669

View File

@@ -6,4 +6,4 @@ podman run --rm \
--volume "${PWD}:/go/src/github.com/openshift/installer:z" \
--workdir /go/src/github.com/openshift/installer \
docker.io/golangci/golangci-lint:v2.3.1 \
golangci-lint run -v --new-from-rev=dcf8122 "${@}"
golangci-lint run -c .golangci-lint-v2.yaml -v --new-from-rev=dcf8122 "${@}"