From c746c7e7be343d3645502a1f833359104a159f22 Mon Sep 17 00:00:00 2001 From: Shahzad Lone Date: Wed, 14 Aug 2024 23:45:06 -0400 Subject: [PATCH] PR: Disable the linter that no longer applies --- tools/configs/golangci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/configs/golangci.yaml b/tools/configs/golangci.yaml index 6453180b11..0b92bd2d50 100644 --- a/tools/configs/golangci.yaml +++ b/tools/configs/golangci.yaml @@ -105,15 +105,11 @@ linters: enable-all: false - disable: - # - prealloc - disable-all: true enable: - errcheck - errorlint - - exportloopref - forbidigo - goconst - gofmt