From d7b708c631fdde1f8f5e771cc4a4fd5450cccaf6 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Fri, 26 Jan 2024 11:43:55 -0800 Subject: [PATCH] Change linter install process Signed-off-by: William Douglas --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a92155f..d20d0b21 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ lint: echo "Installing linters..."; \ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(gopath)/bin v1.55.2; \ fi - @$(gopath)/bin/golangci-lint run --deadline=10m --tests --disable-all \ + $(gopath)/bin/golangci-lint run --deadline=10m --tests --disable-all \ --enable=misspell \ --enable=vet \ --enable=ineffassign \