peake100/rogerRabbit-go

View on GitHub
pkg/amqptest/testSuite.go

Summary

Maintainability
A
1 hr
Test Coverage

Method AmqpSuite.publishMessagesConfirm has 6 arguments (exceeds 4 allowed). Consider refactoring.
Open

    ctx context.Context,
    t *testing.T,
    count int,
    confirmations <-chan amqp.Confirmation,
    returns <-chan amqp.Return,
Severity: Minor
Found in pkg/amqptest/testSuite.go - About 45 mins to fix

    Method AmqpSuite.createSingleTestQueue has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        name string,
        exchange string,
        exchangeKey string,
        cleanup bool,
        channel *amqp.Channel,
    Severity: Minor
    Found in pkg/amqptest/testSuite.go - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status