Showing 5 of 5 total issues
Function configureTargets
has a Cognitive Complexity of 29 (exceeds 20 allowed). Consider refactoring. Open
Open
func configureTargets() io.Writer { if viper.IsSet("log.targets") { var ( writers []io.Writer logTargets []logTarget
- Read upRead up
Avoid deeply nested control flow statements. Open
Open
if err != nil { panic(fmt.Errorf("Failed creating a file log target: %s", err)) }
8: cannot find package "github.com/spf13/cobra" in any of: Open
Open
import "github.com/spf13/cobra"
- Exclude checks
TODO found Open
Open
// TODO: Make this customizable
- Exclude checks
TODO found Open
Open
// TODO: Set logging level
- Exclude checks