Add golangci linter setup

This commit is contained in:
Michael Hohn
2024-06-26 10:21:52 -07:00
committed by =Michael Hohn
parent d145731c4b
commit b543cebfac
2 changed files with 25 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ fullbuild:
sendsubmit:
cd tools && sh ./submit-request.curl
# Requires
# go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
lint:
golangci-lint run cmd/... pkg/...