From da2567d9e210699debc148a0d4bd7574abd3d5dd Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Tue, 21 May 2019 21:11:22 +0100 Subject: [PATCH] Don't mess with GOPATH --- scripts/find-lint.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/find-lint.sh b/scripts/find-lint.sh index 51dc31dc7..a8201072b 100755 --- a/scripts/find-lint.sh +++ b/scripts/find-lint.sh @@ -19,10 +19,6 @@ cd `dirname $0`/.. # We should move from gometalinter asap as per https://github.com/matrix-org/dendrite/issues/697 so this is a temporary # fix. export GO111MODULE=off -export GOPATH="$(pwd)/vendor:$GOPATH" -# prefer the versions of gometalinter and the linters that we install -# to anythign that ends up on the PATH. -export PATH="$(pwd)/vendor/bin:$PATH" args="" if [ ${1:-""} = "fast" ]