From 428f32bcf951a303a9093c609599e3fc68af1a21 Mon Sep 17 00:00:00 2001 From: Yuriy Tseretyan Date: Tue, 21 Sep 2021 10:30:47 -0400 Subject: [PATCH] fix makefile to make lint-go command visibile in help (#39256) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 605a3f7fd6a..d848615bd08 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ golangci-lint: scripts/go/bin/golangci-lint --config ./scripts/go/configs/.golangci.toml \ $(GO_FILES) -lint-go: golangci-lint # Run all code checks for backend. +lint-go: golangci-lint ## Run all code checks for backend. You can use GO_FILES to specify exact files to check # with disabled SC1071 we are ignored some TCL,Expect `/usr/bin/env expect` scripts shellcheck: $(SH_FILES) ## Run checks for shell scripts.