xetys/hetzner-kube

View on GitHub
cmd/ssh_key_add.go

Summary

Maintainability
A
45 mins
Test Coverage

Function validateFlags has 7 return statements (exceeds 4 allowed).
Open

func validateFlags(cmd *cobra.Command, args []string) error {
    if err := AppConf.assertActiveContext(); err != nil {
        return err
    }

Severity: Major
Found in cmd/ssh_key_add.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status