We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75d5b3a commit fb75228Copy full SHA for fb75228
1 file changed
ietf/settings.py
@@ -784,10 +784,12 @@ def skip_unreadable_post(record):
784
SUBMIT_YANG_CATALOG_MODULE_URL = "https://www.yangcatalog.org/yang-search/module_details.php?module={module}"
785
SUBMIT_YANG_CATALOG_MODULE_DESC = "Yang catalog entry for {module}"
786
787
+SUBMIT_YANG_CATALOG_CHECKER_URL = "https://yangcatalog.org/yangvalidator/api/v1/datatracker/{type}"
788
789
IDSUBMIT_CHECKER_CLASSES = (
790
"ietf.submit.checkers.DraftIdnitsChecker",
791
"ietf.submit.checkers.DraftYangChecker",
792
+# "ietf.submit.checkers.DraftYangvalidatorChecker",
793
)
794
795
0 commit comments