prantlf/mau-mau

View on GitHub
src/engine/cards/Deck.js

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor() {
    super();

    var cards = [
      new Card(Suits.leaves, Ranks.seven),
Severity: Minor
Found in src/engine/cards/Deck.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status