Skip to content

Commit

Permalink
Timeout fix, again
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <[email protected]>
  • Loading branch information
mblaschke committed Apr 22, 2020
1 parent 72fb01c commit 0fc6eb5
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 @@ -28,7 +28,7 @@ image: build
lint: $(GOLANGCI_LINT_BIN)
# megacheck fails to respect build flags, causing compilation failure during linting.
# instead, use the unused, gosimple, and staticcheck linters directly
$(GOLANGCI_LINT_BIN) run -D megacheck -E unused,gosimple,staticcheck -e TIMEOUT=10m
$(GOLANGCI_LINT_BIN) run -D megacheck -E unused,gosimple,staticcheck --timeout=10m

dependencies: $(GOLANGCI_LINT_BIN)

Expand Down

0 comments on commit 0fc6eb5

Please sign in to comment.