Increase linter timeout to 5 minutes
Fixes #968 Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -68,7 +68,7 @@ etc/bash_completion.d/wwctl: wwctl
|
||||
|
||||
.PHONY: lint
|
||||
lint: $(config)
|
||||
$(GOLANGCI_LINT) run --build-tags "$(WW_GO_BUILD_TAGS)" --skip-dirs internal/pkg/staticfiles ./...
|
||||
$(GOLANGCI_LINT) run --build-tags "$(WW_GO_BUILD_TAGS)" --skip-dirs internal/pkg/staticfiles --timeout=5m ./...
|
||||
|
||||
.PHONY: vet
|
||||
vet: $(config)
|
||||
|
||||
Reference in New Issue
Block a user