app/models/budget/ballot/line.rb

Summary

Maintainability
A
0 mins
Test Coverage

Line is too long. [119/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

        errors.add(:money, "insufficient funds") if ballot.amount_available(investment.heading) < investment.price.to_i
Severity: Minor
Found in app/models/budget/ballot/line.rb by rubocop

Line is too long. [117/100] (https://github.com/bbatsov/ruby-style-guide#80-character-limits)
Open

        errors.add(:heading, "This heading's budget is invalid, or a heading on the same group was already selected")
Severity: Minor
Found in app/models/budget/ballot/line.rb by rubocop

There are no issues that match your filters.

Category
Status