mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Merge branch 'metalint'
Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
commit
556a9fcfd0
14 changed files with 270 additions and 150 deletions
|
@ -1,4 +1,4 @@
|
|||
.PHONY: clean all vis
|
||||
.PHONY: clean all vis lint
|
||||
|
||||
EXTPKGS = binary,bytes,crypto,encoding,errors,flag,fmt,internal,io,log,net,os,path,runtime,time,strings,sync,syscall
|
||||
EXE = $(notdir $(shell pwd))
|
||||
|
@ -13,3 +13,6 @@ 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
|
||||
|
||||
lint:
|
||||
-gometalinter --deadline=60s | sort
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue