main.go
Function Action
has 34 lines of code (exceeds 32 allowed). Consider refactoring. Wontfix
Wontfix
func Action(c *cli.Context) error {
cfg, err := LoadConfiguration(c)
if err != nil {
return err
}
Function Action
has 5 return statements (exceeds 4 allowed). Open
Open
func Action(c *cli.Context) error {
cfg, err := LoadConfiguration(c)
if err != nil {
return err
}