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 7min
Formerly used 5 minutes caused timeout in Prow.
This commit is contained in:
parent
f8ad566e91
commit
9457cfba42
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -119,7 +119,7 @@ gofmt-verify:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ci-lint:
|
ci-lint:
|
||||||
golangci-lint run --timeout 5m0s
|
golangci-lint run --timeout 7m0s
|
||||||
|
|
||||||
mdlint:
|
mdlint:
|
||||||
find docs/ -path docs/vendor -prune -false -o -name '*.md' | xargs $(MDL) -s docs/mdl-style.rb
|
find docs/ -path docs/vendor -prune -false -o -name '*.md' | xargs $(MDL) -s docs/mdl-style.rb
|
||||||
|
|
Loading…
Add table
Reference in a new issue