RailsEventStore/rails_event_store

View on GitHub
ruby_event_store/lib/ruby_event_store/specification_result.rb

Summary

Maintainability
B
4 hrs
Test Coverage

Class SpecificationResult has 28 methods (exceeds 20 allowed). Consider refactoring.
Open

  class SpecificationResult
    def initialize(
      direction: :forward,
      start: nil,
      stop: nil,
Severity: Minor
Found in ruby_event_store/lib/ruby_event_store/specification_result.rb - About 3 hrs to fix

    Method initialize has 35 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        def initialize(
          direction: :forward,
          start: nil,
          stop: nil,
          older_than: nil,
    Severity: Minor
    Found in ruby_event_store/lib/ruby_event_store/specification_result.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status