Skip to content

Commit 61b2bed

Browse files
committed
docs: Duplicate release IDs is a useless check (ocid-id pairs are covered by unique_ids check)
1 parent 8d91660 commit 61b2bed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

process/management/commands/checker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
CONFIG.config["cache_all_requests"] = True
3434
# Skip empty field checks, covered by Pelican.
3535
CONFIG.config["additional_checks"] = "none"
36-
# Skip duplicate release IDs, covered by notebooks.
3736
CONFIG.config["skip_aggregates"] = True
3837
CONFIG.config["context"] = "api"
3938

0 commit comments

Comments
 (0)