Added a setting for a coming yang-catalog submission checker url.
- Legacy-Id: 17260
This commit is contained in:
parent
75d5b3a5c4
commit
fb752289c9
|
@ -784,10 +784,12 @@ SUBMIT_YANG_CATALOG_IMPACT_DESC = "Yang impact analysis for {draft}"
|
|||
SUBMIT_YANG_CATALOG_MODULE_URL = "https://www.yangcatalog.org/yang-search/module_details.php?module={module}"
|
||||
SUBMIT_YANG_CATALOG_MODULE_DESC = "Yang catalog entry for {module}"
|
||||
|
||||
SUBMIT_YANG_CATALOG_CHECKER_URL = "https://yangcatalog.org/yangvalidator/api/v1/datatracker/{type}"
|
||||
|
||||
IDSUBMIT_CHECKER_CLASSES = (
|
||||
"ietf.submit.checkers.DraftIdnitsChecker",
|
||||
"ietf.submit.checkers.DraftYangChecker",
|
||||
# "ietf.submit.checkers.DraftYangvalidatorChecker",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue