There was an error while loading. Please reload this page.
1 parent 9e434ed commit 1c3a613Copy full SHA for 1c3a613
1 file changed
ietf/settings.py
@@ -684,7 +684,7 @@ def skip_unreadable_post(record):
684
IDSUBMIT_STAGING_URL = '//www.ietf.org/staging/'
685
IDSUBMIT_IDNITS_BINARY = '/a/www/ietf-datatracker/scripts/idnits'
686
SUBMIT_PYANG_COMMAND = 'pyang --verbose --ietf -p {libs} {model}'
687
-SUBMIT_YANGLINT_COMMAND = 'yanglint --verbose -p {rfclib} -p {draftlib} -p {tmplib} {model}'
+SUBMIT_YANGLINT_COMMAND = 'yanglint --verbose -p {rfclib} -p {draftlib} -p {tmplib} {model} -i'
688
SUBMIT_YANGLINT_COMMAND = None # use the value above if you have yanglint installed
689
690
IDSUBMIT_CHECKER_CLASSES = (
0 commit comments