particledecay/kconf

View on GitHub
cmd/verify.go

Summary

Maintainability
A
35 mins
Test Coverage

Showing 1 of 1 total issue

Function VerifyCmd has 5 return statements (exceeds 4 allowed).
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`,
Severity: Major
Found in cmd/verify.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status