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.