Skip to content

Commit

Permalink
trivial: increase lint timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
msurovcak committed Dec 3, 2020
1 parent 37ec91c commit 70c3105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ test: ## Run tests
go test -covermode atomic -coverprofile=profile.cov -race -v ./... -count=1

lint: ## Run GolangCI-Lint
docker run --rm -v $$(pwd):/app -w /app golangci/golangci-lint:latest golangci-lint run -v
docker run --rm -v $$(pwd):/app -w /app golangci/golangci-lint:latest golangci-lint run -v --timeout 120s

mod-check: ## Run check on go mod tidy
go mod tidy && git --no-pager diff --exit-code -- go.mod go.sum
Expand Down

0 comments on commit 70c3105

Please sign in to comment.