Skip to content

Commit

Permalink
Reduce golangci-lint timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaime Piña committed Sep 7, 2020
1 parent c2ff4ba commit 6bf6044
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 @@ -62,6 +62,7 @@ install: cmd/noti/noti
lint:
go vet ./...
$(golangci-lint) run --no-config --exclude-use-default=false --max-same-issues=0 \
--timeout 15s \
--disable errcheck \
--disable stylecheck \
--enable bodyclose \
Expand Down

0 comments on commit 6bf6044

Please sign in to comment.