Fix golangci exclude config (#8502)

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
This commit is contained in:
Pierangelo Di Pilato 2025-02-25 12:05:20 +01:00 committed by GitHub
parent 80dd84e0e9
commit 54a24021aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -8,9 +8,6 @@ run:
- postupgrade
- postdowngrade
skip-dirs:
- pkg/client
linters:
enable:
- asciicheck
@ -22,6 +19,8 @@ linters:
- errcheck
issues:
exclude-dirs:
- pkg/client # Excludes generated client
exclude-rules:
- path: test # Excludes /test, *_test.go etc.
linters: