Skip to content

Commit

Permalink
Extend linter deadline to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
royvandewater committed Jun 4, 2018
1 parent eea67f0 commit 2430763
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 @@ -31,4 +31,4 @@ coverage:

.PHONY: lint
lint:
gometalinter --vendor ./...
gometalinter --deadline 60s --vendor ./...

0 comments on commit 2430763

Please sign in to comment.