Fix astscan
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user