Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌱 Enable govet settings and fix issue found (kubernetes-sigs#4465)
Fix linter error `nilness: impossible condition: nil != nil (govet)` ``` golangci-lint run pkg/plugins/golang/v4/scaffolds/edit.go:60:9: nilness: impossible condition: nil != nil (govet) if err != nil && s.multigroup != s.config.IsMultiGroup() { ^ make: *** [lint] Error 1 ``` Signed-off-by: Mateus Oliveira <[email protected]>
- Loading branch information