substancelab/rconomic

View on GitHub
lib/economic/current_invoice.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method fields has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def fields
      date_formatter = proc { |date|
        date.respond_to?(:iso8601) ? date.iso8601 : nil
      }
      to_hash = proc { |handle| handle.to_hash }
Severity: Minor
Found in lib/economic/current_invoice.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status