From 7801588957ef58e8ca2e7d7c0a7c46fa6be8813e Mon Sep 17 00:00:00 2001 From: Adharsh Date: Thu, 1 May 2025 22:41:13 +0530 Subject: [PATCH] Fix bug in .golangci.yml configuration The initial configuration was missing rules that caused the linter to skip certain important checks. This update adds the missing rules to ensure the code quality checks are correctly enforced across the repository. Signed-off-by: Adharsh --- .golangci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index b8c21d815..4599bb88d 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -29,9 +29,6 @@ linters: - unused exclusions: - # Helm, and the Go source code itself, sometimes uses these names outside their built-in - # functions. As the Go source code has re-used these names it's ok for Helm to do the same. - # Linting will look for redefinition of built-in id's but we opt-in to the ones we choose to use. generated: lax presets: