jcbantuelle/dominion-meteor

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

Summary

Maintainability
A
1 hr
Test Coverage

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

  buy(game, player_cards) {
    let eligible_cards = _.filter(player_cards.discard, (card) => {
      return _.includes(_.words(card.types), 'action')
    })

Severity: Minor
Found in app/cards/menagerie/events/march.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status