RailsEventStore/cqrs-es-sample-with-res

View on GitHub
ecommerce/invoicing/lib/invoicing.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method call has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def call(event_store, command_bus)
      command_bus.register(
        SetProductNameDisplayedOnInvoice,
        SetProductNameDisplayedOnInvoiceHandler.new(event_store)
      )
Severity: Minor
Found in ecommerce/invoicing/lib/invoicing.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status