From da378b8cf0cdf1d552f0908573456b9c45e03452 Mon Sep 17 00:00:00 2001 From: Jacob Alheid Date: Wed, 15 Dec 2021 10:39:46 -0800 Subject: [PATCH] fix(golang): remove deadcode checker (#8) --- hooks/golang/golangci-lint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/hooks/golang/golangci-lint.sh b/hooks/golang/golangci-lint.sh index 2faafca..1b7e739 100755 --- a/hooks/golang/golangci-lint.sh +++ b/hooks/golang/golangci-lint.sh @@ -8,7 +8,6 @@ lint_all () { --out-format colored-line-number \ --color always \ --enable asciicheck \ - --enable deadcode \ --enable durationcheck \ --enable errcheck \ --enable exportloopref \