From b32a44159cc70d97f508adcade633521b7b406c5 Mon Sep 17 00:00:00 2001 From: Guilherme Cassolato Date: Mon, 28 Oct 2024 16:58:22 +0100 Subject: [PATCH] disable prealloc linter Signed-off-by: Guilherme Cassolato --- .golangci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yaml b/.golangci.yaml index 6f5fd666c..3531ca654 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -7,7 +7,6 @@ linters: - errorlint - revive - gosec - - prealloc - stylecheck - tparallel - unconvert @@ -16,6 +15,7 @@ linters: - goimports disable: - errcheck + - prealloc issues: exclude-rules: