Skip to content

Commit

Permalink
increased gometalinter deadline
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdigest committed Jan 9, 2019
1 parent e7b877c commit cd03294
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 @@ -5,7 +5,7 @@ generate:
go run ./cmd/minimock/minimock.go -i ./tests.Formatter -o ./tests/formatter_mock.go

lint:
gometalinter ./... -I minimock -e gopathwalk --disable=gotype
gometalinter ./... -I minimock -e gopathwalk --disable=gotype --deadline=2m

install:
go install ./cmd/minimock
Expand Down

0 comments on commit cd03294

Please sign in to comment.