diff options
author | Rastislav Szabo <raszabo@cisco.com> | 2017-05-22 11:24:42 +0200 |
---|---|---|
committer | Rastislav Szabo <raszabo@cisco.com> | 2017-05-22 11:24:42 +0200 |
commit | c60a4ee4e6114ff0dc3cbc9fd9a58321ca2a8abc (patch) | |
tree | 6cc9ce3408ab712e85a3d54aa3ec5827a4b63896 /Makefile | |
parent | 4b0cfc7539ec6fdbc462f60269656fee761bafaf (diff) |
fixed golint issues
Change-Id: I325fa618d8db7a9f1783ec7d208fd7b6e853d9a3
Signed-off-by: Rastislav Szabo <raszabo@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |