1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-14 20:56:42 +00:00

Merge pull request #1348 from k8s-infra-cherrypick-robot/cherry-pick-1320-to-release-0.13

[release-0.13] Makefile: increase golangci-lint timeout to 10min
This commit is contained in:
Kubernetes Prow Robot 2023-09-07 23:50:13 -07:00 committed by GitHub
commit 2d31932634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -167,7 +167,7 @@ gofmt-verify:
fi
ci-lint:
golangci-lint run --timeout 7m0s
golangci-lint run --timeout 10m
lint:
golint -set_exit_status ./...