mitre-cyber-academy/ctf-scoreboard

View on GitHub
app/models/division.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method calculate_standard_solved_challenge_score has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def calculate_standard_solved_challenge_score
    teams.includes(:achievements).joins(
      "LEFT JOIN LATERAL
          (
            SELECT
Severity: Minor
Found in app/models/division.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status