From f3b9ef9dde5feff0897373c5fd4f30cce98cfb27 Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Tue, 21 May 2019 18:02:36 +0100 Subject: [PATCH] Use GOPATH --- scripts/find-lint.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/find-lint.sh b/scripts/find-lint.sh index de97a8446..4cb88222f 100755 --- a/scripts/find-lint.sh +++ b/scripts/find-lint.sh @@ -15,12 +15,6 @@ set -eux cd `dirname $0`/.. -export GOPATH="$(pwd):$(pwd)/vendor" - -# prefer the versions of gometalinter and the linters that we install -# to anythign that ends up on the PATH. -export PATH="$(pwd)/bin:$PATH" - args="" if [ ${1:-""} = "fast" ] then args="--config=linter-fast.json"