add a lint script to verify that Ginkgo is not imported

This commit is contained in:
Marten Seemann
2020-02-23 09:40:51 +07:00
parent 215ca4c155
commit aa9a5a4e5f
2 changed files with 25 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
set -ex
if [ ${TESTMODE} == "lint" ]; then
.travis/no_ginkgo.sh
./bin/golangci-lint run ./...
fi