do not fail if there is a golint violation

golint output is just suggestion. Just show ouptut, but don't fail.
This also remove unnecessary bash script that is no longer needed.
This commit is contained in:
Tomas Kral
2017-03-17 17:09:49 +01:00
parent 752b203089
commit 3411f3c94b
2 changed files with 1 additions and 37 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ vet:
.PHONY: lint
lint:
./script/check-lint.sh
golint $(PKGS)
.PHONY: gofmt
gofmt: