cmd/verify.go
Showing 1 of 1 total issue
Function VerifyCmd
has 5 return statements (exceeds 4 allowed). Open
Open
func VerifyCmd() *cobra.Command { command := &cobra.Command{ Use: "verify", Short: "Check for errors in the provided kubeconfig file", Long: `Check the provided kubeconfig file for errors (contexts, clusters, users) and return any issues found`,