mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 17:52:12 +00:00
Activate lint gosimple.
This commit is contained in:
@@ -93,10 +93,7 @@ func looksLikeAk8sType(properties myProperties) bool {
|
||||
return false
|
||||
}
|
||||
_, ok = properties["metadata"]
|
||||
if !ok {
|
||||
return false
|
||||
}
|
||||
return true
|
||||
return ok
|
||||
}
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user