app/policies/pairing/rounds_generator.rb
Showing 2 of 3 total issues
Assignment Branch Condition size for rounds is too high. [17.58/15] Wontfix
Wontfix
def rounds @rounds ||= pairings.each do |round| round.round_number = round_number round.room = rooms.pop
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Add an empty line after magic comments. Open
Open
module Pairing
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Align the operands of a condition in an if
statement spanning multiple lines. Open
Open
JudgePolicy.new(judge, round.opp_team).conflicted?
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks