jcbantuelle/dominion-meteor

View on GitHub
app/cards/menagerie/events/toil.js

Summary

Maintainability
A
1 hr
Test Coverage

Function buy has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  buy(game, player_cards) {
    let buy_gainer = new BuyGainer(game, player_cards)
    buy_gainer.gain(1)

    let eligible_cards = _.filter(player_cards.hand, (card) => {
Severity: Minor
Found in app/cards/menagerie/events/toil.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status