Fix astscan

This commit is contained in:
nicolaasuni
2018-10-14 12:06:06 +01:00
parent 32228ac43f
commit d8c9dec4c9

View File

@@ -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: