From 7e2704c90ffba3612bd87ed342d4f310b0de78c0 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 29 Jul 2024 23:33:21 +0900 Subject: chore(backend): add `make lint` --- backend/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'backend') diff --git a/backend/Makefile b/backend/Makefile index 8213e5d..3b26e00 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -6,6 +6,10 @@ fmt: check: go build -o /dev/null ./... +.PHONY: lint +lint: + go vet ./... + .PHONY: oapi-codegen oapi-codegen: go run github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen -config oapi-codegen.yaml ../openapi.yaml -- cgit v1.2.3-70-g09d2