18F/micropurchase

View on GitHub
app/view_models/auction_show_view_model.rb

Summary

Maintainability
B
4 hrs
Test Coverage

Class AuctionShowViewModel has 36 methods (exceeds 20 allowed). Consider refactoring.
Open

class AuctionShowViewModel
  attr_reader :auction, :current_user

  def initialize(auction:, current_user:, bid_error: nil)
    @auction = auction
Severity: Minor
Found in app/view_models/auction_show_view_model.rb - About 4 hrs to fix

There are no issues that match your filters.

Category
Status