We should be using golangci-lint to check spelling anyways

This commit is contained in:
Andrew Morgan 2019-05-29 17:41:04 +01:00
parent bf3c0458df
commit 5e4820fe3f

View file

@ -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