Skip to content

Commit

Permalink
Revert "trivial: increase lint timeout"
Browse files Browse the repository at this point in the history
This reverts commit 70c3105.
  • Loading branch information
shihanng committed Jan 14, 2021
1 parent d94cd61 commit 8bc0f5a
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 --timeout 120s
docker run --rm -v $$(pwd):/app -w /app golangci/golangci-lint:latest golangci-lint run -v

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 8bc0f5a

Please sign in to comment.