mirror of https://github.com/knative/eventing.git
Fix golangci exclude config (#8502)
Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
This commit is contained in:
parent
80dd84e0e9
commit
54a24021aa
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue