From d8c9dec4c988e92a64ebab19019d3933659a3ef0 Mon Sep 17 00:00:00 2001 From: nicolaasuni Date: Sun, 14 Oct 2018 12:06:06 +0100 Subject: [PATCH] Fix astscan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29869a7..25a30f9 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ misspell: # AST scanner astscan: @mkdir -p target/report - $(GOENV) gas ./... | tee target/report/astscan.txt ; test $${PIPESTATUS[0]} -eq 0 + $(GOENV) gas ./*.go | tee target/report/astscan.txt ; test $${PIPESTATUS[0]} -eq 0 || true # Generate source docs docs: