Version tags now reflect mod/vendor build setup.

Switched 'make lint' to use golangci-lint as gometalinter is deprecated.

Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
Russ Magee 2020-01-30 12:40:18 -08:00
parent eb9ce0e0e2
commit 89b6e8bce7
4 changed files with 17 additions and 11 deletions

View file

@ -13,4 +13,4 @@ vis:
go-callvis -format png -file xspasswd-vis -ignore $(EXTPKGS) -group pkg,type .
lint:
-gometalinter --deadline=60s | sort
-golangci-lint run