BenMusch/nu-tab

View on GitHub
app/policies/pairing/rounds_generator.rb

Summary

Maintainability
A
0 mins
Test Coverage

Showing 2 of 3 total issues

Assignment Branch Condition size for rounds is too high. [17.58/15]
Wontfix

def rounds
@rounds ||= pairings.each do |round|
round.round_number = round_number
round.room = rooms.pop
 
 

Add an empty line after magic comments.
Open

module Pairing

Align the operands of a condition in an if statement spanning multiple lines.
Open

JudgePolicy.new(judge, round.opp_team).conflicted?

There are no issues that match your filters.

Category
Status