mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Extend lint timeout
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
parent
485078cbb8
commit
ee4ffcb5f4
2
Makefile
2
Makefile
@ -62,7 +62,7 @@ cache-clear: ## Clear the builder cache
|
||||
@docker builder prune --force --filter type=exec.cachemount --filter=unused-for=24h
|
||||
|
||||
lint: ## run linter(s)
|
||||
docker run --rm -t -v $(PWD):/app -w /app golangci/golangci-lint:v1.27-alpine golangci-lint run ./...
|
||||
docker run --rm -t -v $(PWD):/app -w /app golangci/golangci-lint:v1.27-alpine golangci-lint run --timeout 10m0s ./...
|
||||
|
||||
help: ## Show help
|
||||
@echo Please specify a build target. The choices are:
|
||||
|
Loading…
x
Reference in New Issue
Block a user