Skip to content

Commit

Permalink
Merge pull request #2518 from dgageot/longer-deadline-linters
Browse files Browse the repository at this point in the history
Longer deadline for linters
  • Loading branch information
priyawadhwa authored Jul 23, 2019
2 parents 0712494 + fb179fd commit 185d1af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/linter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ if ! [ -x "$(command -v golangci-lint)" ]; then
fi

golangci-lint run \
--deadline=2m \
--no-config \
-E bodyclose \
-E goconst \
Expand All @@ -37,4 +38,4 @@ golangci-lint run \
-E unconvert \
-E unparam \
-D errcheck \
--skip-dirs vendor
--skip-dirs vendor

0 comments on commit 185d1af

Please sign in to comment.