From 5f66408c9e2b50756a15fd821fe397a4723da7b6 Mon Sep 17 00:00:00 2001 From: Joseph Richey Date: Thu, 19 Oct 2017 03:02:00 -0700 Subject: Makefile and .gitignore cleanup Our .gitignore file was overly restrictive, fixed to only include the fscrypt binary. Also, our build tags were incorrectly formatted. The tags are removed and the corresponding lint rule is simplified. The build tags will be added back after the refactor. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a28522e..35cf732 100644 --- a/Makefile +++ b/Makefile @@ -143,7 +143,7 @@ format-check: # Run lint rules (skipping generated files) .PHONY: lint lint: - @go tool vet -buildtags=false . + @go tool vet . @golint $(GO_PKGS) | grep -v "pb.go" | ./input_fail.py @megacheck -unused.exported $(GO_PKGS) -- cgit v1.2.3