Skip to content

Commit

Permalink
Longer timeout for golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mumoshu committed Oct 29, 2020
1 parent 8b76431 commit e130c45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ bin/golangci-lint:
.PHONY: lint
lint: bin/golangci-lint
bin/golangci-lint run --tests ./... \
--timeout 2m \
--enable-all \
--disable gochecknoglobals \
--disable gochecknoinits \
Expand Down

0 comments on commit e130c45

Please sign in to comment.