We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becabd1 commit ff7287aCopy full SHA for ff7287a
Makefile
@@ -3,7 +3,7 @@ SHELL := /bin/bash
3
test: lint vet build
4
5
lint:
6
- golint -set_exit_status ./...
+ golint ./...
7
8
vet:
9
go vet ./...
0 commit comments