aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Richey <joerichey94@gmail.com>2017-08-29 10:23:54 -0700
committerJoe Richey <joerichey94@gmail.com>2017-08-29 10:23:54 -0700
commitac3524f03f526017d671eae235af631a5f17cbc9 (patch)
tree831d283a847d347a5c5aa78e9cbf2ce7450086b4 /Makefile
parentb7f0e79d7a1dc4ff196d59e19a665a346082b542 (diff)
Added +build linux,cgo flags
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 328f19b..1ec009e 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,7 @@ format-check:
# Run lint rules (skipping generated files)
.PHONY: lint
lint:
- @go vet $(GO_PKGS)
+ @go tool vet -buildtags=false .
@golint $(GO_PKGS) | grep -v "pb.go" | ./input_fail.py
@megacheck -unused.exported $(GO_PKGS)