Skip to content

Commit

Permalink
docs: Award reference checks are pending removal from libcoveocds
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 19, 2024
1 parent dffb11a commit 8d91660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/management/commands/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
CONFIG.config["cache_all_requests"] = True
# Skip empty field checks, covered by Pelican.
CONFIG.config["additional_checks"] = "none"
# Skip award reference checks, covered by Pelican, and duplicate release IDs, covered by notebooks.
# Skip duplicate release IDs, covered by notebooks.
CONFIG.config["skip_aggregates"] = True
CONFIG.config["context"] = "api"

Expand Down

0 comments on commit 8d91660

Please sign in to comment.