app/models/abilities/valuator.rb

Summary

Maintainability
A
0 mins
Test Coverage

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

      can [:read, :update, :comment_valuation], Budget::Investment, id: valuator.assigned_investment_ids
Severity: Minor
Found in app/models/abilities/valuator.rb by rubocop

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

      can [:valuate], Budget::Investment, { id: valuator.assigned_investment_ids, valuation_finished: false }
Severity: Minor
Found in app/models/abilities/valuator.rb by rubocop

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

      cannot [:update, :valuate, :comment_valuation], Budget::Investment, budget: { phase: 'finished' }
Severity: Minor
Found in app/models/abilities/valuator.rb by rubocop

There are no issues that match your filters.

Category
Status