aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 859ed1e..a11ffa4 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,6 @@ generate:
@cd examples && go generate ./...
lint:
- @golint ./... | grep -v vendor | grep -v bin_api
+ @golint ./... | grep -v vendor | grep -v bin_api || true
.PHONY: build test install clean generate