Updated vis targets to match go-callvis updated cmdline options

Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
Russ Magee 2019-01-09 23:35:34 -08:00
parent 902e150d21
commit e07c5ee996
11 changed files with 254 additions and 290 deletions

View file

@ -10,8 +10,8 @@ clean:
$(RM) $(EXE) $(EXE).exe
vis:
go-callvis -skipbrowser -output hkexshd-vis -ignore $(EXTPKGS) -group pkg,type .
../fixup-gv.sh hkexshd.go && cat hkexshd-vis.gv | dot -Tpng -ohkexshd-vis.gv.png
go-callvis -file hkexshd-vis -format png -ignore $(EXTPKGS) -group pkg,type .
../fixup-gv.sh hkexshd.go && cat hkexshd-vis.gv | dot -Tpng -ohkexshd-vis-fixedup.png
lint:
-gometalinter --deadline=60s | sort