Skip to content

Commit ff7287a

Browse files
committed
Changes lint command from error to warning mode.
1 parent becabd1 commit ff7287a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SHELL := /bin/bash
33
test: lint vet build
44

55
lint:
6-
golint -set_exit_status ./...
6+
golint ./...
77

88
vet:
99
go vet ./...

0 commit comments

Comments
 (0)