Skip to content

Commit

Permalink
chore: add lint timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
marinsalinas committed Mar 18, 2020
1 parent 25c010b commit b69bc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ errcheck:

lint: fmtcheck
@echo "==> Checking source code against linters..."
@GOGC=30 golangci-lint run
@GOGC=30 golangci-lint run --timeout=30m

tools:
GO111MODULE=off go get -u github.com/client9/misspell/cmd/misspell
Expand Down

0 comments on commit b69bc49

Please sign in to comment.