Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
Up deadline, remove redundant linters
Browse files Browse the repository at this point in the history
  • Loading branch information
wongma7 committed Jul 11, 2018
1 parent 7fab7a0 commit f6595f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions repo-infra/verify/go-tools/verify-gometalinter.sh
Expand Up @@ -17,10 +17,9 @@ set -o errexit
set -o nounset
set -o pipefail

cmd='gometalinter --deadline=50s --vendor
cmd='gometalinter --deadline=180s --vendor
--cyclo-over=50 --dupl-threshold=100
--disable-all
--enable=vet
--enable=deadcode
--enable=vetshadow
--enable=gocyclo
Expand Down

0 comments on commit f6595f6

Please sign in to comment.