Skip to content

Commit

Permalink
Change bid requirement to bid suggestion
Browse files Browse the repository at this point in the history
Makes many old files in archive valid again, as bid information can be
hard to find and is not essential to the scoring process
  • Loading branch information
zqianem committed Jun 28, 2020
1 parent 22de01d commit 189a15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sciolyff/validator/tournament.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def bids_for_regionals_or_states?(tournament, logger)
if %w[Regionals States].include?(level)
return true if tournament.key? :bids

logger.error "field 'bids:' required for level: #{level}"
logger.warn "field 'bids:' recommended for level: #{level}"
else
return true unless tournament.key? :bids

Expand Down

0 comments on commit 189a15b

Please sign in to comment.