seagull-js/seagull

View on GitHub
examples/helloworld/src/pages/TicTacToe.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function checkForWinner has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  checkForWinner() {
    if (this.state.currentGameIsFinished) {
      return
    }
    const fields = this.state.fields
Severity: Minor
Found in examples/helloworld/src/pages/TicTacToe.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status