From 561d381da06c2fdb66e99016a2cbee5e1b0cf77a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 8 Aug 2024 19:56:11 +0900 Subject: feat(backend/worker): enable `unused`, `gofmt` and `goimports` in `golangci-lint` --- backend/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'backend/Makefile') diff --git a/backend/Makefile b/backend/Makefile index e3ac844..e9bc5a6 100644 --- a/backend/Makefile +++ b/backend/Makefile @@ -1,6 +1,5 @@ -.PHONY: fmt -fmt: - go fmt ./... +.PHONY: all +all: check lint .PHONY: check check: -- cgit v1.2.3-70-g09d2