substancelab/rconomic

View on GitHub
lib/economic/cash_book_entry.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

    def fields
      to_hash = proc { |handle| handle.to_hash }
      [
        ["Handle", :handle, proc { |v| v.to_hash }],
        ["Id1", :id1],
Severity: Minor
Found in lib/economic/cash_book_entry.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status