From 5e4820fe3f4536e2b3e91d892fbfabcbeb24454d Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 29 May 2019 17:41:04 +0100 Subject: [PATCH] We should be using golangci-lint to check spelling anyways --- scripts/find-lint.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/find-lint.sh b/scripts/find-lint.sh index 07514d2d1..5c165bb3c 100755 --- a/scripts/find-lint.sh +++ b/scripts/find-lint.sh @@ -30,6 +30,3 @@ go get github.com/golangci/golangci-lint/cmd/golangci-lint echo "Looking for lint..." golangci-lint run $args --deadline 30m - -echo "Checking spelling..." -misspell -error src *.md