Skip to content

Commit

Permalink
remove timeout arg now that it's in the .golangci.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob committed Oct 15, 2021
1 parent ae08a39 commit 7e0a67a
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 @@ -36,7 +36,7 @@ verify: ## Verify code. Includes dependencies, linting, formatting, etc
go mod download
go vet ./...
go fmt ./...
golangci-lint run --timeout 5m
golangci-lint run

licenses: ## Verifies dependency licenses and requires GITHUB_TOKEN to be set
go build $(GOFLAGS) -o karpenter cmd/controller/main.go
Expand Down

0 comments on commit 7e0a67a

Please sign in to comment.