Showing 3 of 63 total issues
Config
has 26 methods (exceeds 20 allowed). Consider refactoring. Open
Open
type Config struct {
RabbitMq struct {
AmqpUrl string
Host string
Username string
Function NewBuilder
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
func NewBuilder(b Builder, cmd string, capture bool, l logr.Logger, infoW, errW io.Writer) (Builder, error) {
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
}