mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 18:02:01 +00:00
golangci-lint: enable ginkgolinter
The ginkgolinter can detect sub-optimal usage of gomega assertions, for example: Expect(len(x)).To(Equal(0)) // should be: Expect(x).To(BeEmpty())
This commit is contained in:
parent
41f23f52d0
commit
8a832d960d
@ -20,6 +20,7 @@ issues:
|
||||
linters:
|
||||
disable-all: true
|
||||
enable: # please keep this alphabetized
|
||||
- ginkgolinter
|
||||
- gocritic
|
||||
- ineffassign
|
||||
- logcheck
|
||||
|
Loading…
Reference in New Issue
Block a user