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

Makefile: increase golangci-lint timeout to 10min

This commit is contained in:
Markus Lehtonen 2023-08-30 12:50:28 +03:00 committed by k8s-infra-cherrypick-robot
parent 082f3fe48e
commit 2755548186

View file

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