Skip to content

Commit

Permalink
Increase linter deadline
Browse files Browse the repository at this point in the history
  • Loading branch information
ash2k committed Jun 17, 2016
1 parent 339f32a commit 0eb18ce
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 @@ -60,7 +60,7 @@ junit-test: build
check:
go install
go install ./tester
gometalinter --concurrency=$(METALINTER_CONCURRENCY) --deadline=180s ./... --vendor --linter='errcheck:errcheck:-ignore=net:Close' --cyclo-over=20 \
gometalinter --concurrency=$(METALINTER_CONCURRENCY) --deadline=600s ./... --vendor --linter='errcheck:errcheck:-ignore=net:Close' --cyclo-over=20 \
--linter='vet:go tool vet -composites=false {paths}:PATH:LINE:MESSAGE' --disable=interfacer --dupl-threshold=200

check-all:
Expand Down

0 comments on commit 0eb18ce

Please sign in to comment.