Merge pull request #30824 from adharsh277/fix-bug

Fix bug in .golangci.yml configuration
pull/30614/merge
Matt Farina 5 months ago committed by GitHub
commit 6128122714
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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:

Loading…
Cancel
Save