particledecay/kconf

View on GitHub

Showing 5 of 13 total issues

Consider simplifying this complex logical expression.
Open

if user1.ClientCertificate != user2.ClientCertificate ||
string(user1.ClientCertificateData) != string(user2.ClientCertificateData) ||
user1.ClientKey != user2.ClientKey ||
string(user1.ClientKeyData) != string(user2.ClientKeyData) ||
user1.Token != user2.Token ||
Severity: Critical
Found in pkg/kubeconfig/kconf.go - About 3 hrs to fix

    Method KConf.Merge has a Cognitive Complexity of 26 (exceeds 20 allowed). Consider refactoring.
    Open

    func (k *KConf) Merge(config *clientcmdapi.Config, name string) {
    renamedClusters := make(map[string]string)
    renamedUsers := make(map[string]string)
     
    for clsName, cls := range config.Clusters {
    Severity: Minor
    Found in pkg/kubeconfig/write.go - About 1 hr to fix

    Function getNamespacesFromConfig has 5 return statements (exceeds 4 allowed).
    Open

    func getNamespacesFromConfig(partial string) (out []string, err error) {
    config, _ := kc.GetConfig()
     
    // fail if we have no current context
    if config.CurrentContext == "" {
    Severity: Major
    Found in cmd/completion.go - About 35 mins to fix

      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

        2: cannot find package "github.com/particledecay/kconf/pkg/kubeconfig" in any of:
        Open

        kc "github.com/particledecay/kconf/pkg/kubeconfig"
        Severity: Minor
        Found in cmd/add.go by govet
        Severity
        Category
        Status
        Source
        Language