Run golangci-lint instead of multiple older tools

This commit is contained in:
Bryan Boreham
2020-12-30 17:40:47 +00:00
parent b75736d244
commit af707fa32f
2 changed files with 4 additions and 14 deletions

View File

@@ -118,6 +118,7 @@ tests: $(CODECGEN_TARGETS) prog/staticui/staticui.go prog/externalui/externalui.
./tools/test -no-go-get -tags $(GO_BUILD_TAGS)
lint:
golangci-lint run
./tools/lint
prog/staticui/staticui.go: