From b1010808eda523b661b8b83ed67f45f289f77541 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Thu, 27 Mar 2025 12:57:29 -0700 Subject: [PATCH] .golangci.yml: remove exclude-dirs Neither contrib nor dependencies contain any Go code: - for contrib, this is the way since commit 6041f707c ("rm contrib/perftest"); - for dependencies, this is the way since commit c7827957a ("ginkgo: restructure install work flow"). Signed-off-by: Kir Kolyshkin --- .golangci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index dd06116a0c..be4a254466 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -75,10 +75,6 @@ issues: # Set to 0 to disable. # Default: 3 max-same-issues: 0 - exclude-dirs-use-default: true - exclude-dirs: - - contrib - - dependencies exclude-rules: # Exclude recvcheck from running on the imported k8s files, to much failures - path: pkg/k8s.io/