Skip to content

Commit fb75228

Browse files
committed
Added a setting for a coming yang-catalog submission checker url.
- Legacy-Id: 17260
1 parent 75d5b3a commit fb75228

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -784,10 +784,12 @@ def skip_unreadable_post(record):
784784
SUBMIT_YANG_CATALOG_MODULE_URL = "https://www.yangcatalog.org/yang-search/module_details.php?module={module}"
785785
SUBMIT_YANG_CATALOG_MODULE_DESC = "Yang catalog entry for {module}"
786786

787+
SUBMIT_YANG_CATALOG_CHECKER_URL = "https://yangcatalog.org/yangvalidator/api/v1/datatracker/{type}"
787788

788789
IDSUBMIT_CHECKER_CLASSES = (
789790
"ietf.submit.checkers.DraftIdnitsChecker",
790791
"ietf.submit.checkers.DraftYangChecker",
792+
# "ietf.submit.checkers.DraftYangvalidatorChecker",
791793
)
792794

793795

0 commit comments

Comments
 (0)