From e2fbc9b1a15ef339013a7d47f7cb9b59c0500a00 Mon Sep 17 00:00:00 2001 From: grumbulon Date: Sat, 31 Dec 2022 10:58:20 -0500 Subject: [PATCH] review suggestion --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 133b6e8..b599334 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,6 @@ frontend: backend: $(GO_SOURCES) go build ./cmd/pomme -lint: +lint-backend: golangci-lint run --timeout=5m --out-format colored-line-number:stdout -.PHONY: lint \ No newline at end of file +.PHONY: lint-backend \ No newline at end of file