Skip to content

Commit 1c3a613

Browse files
committed
Changed the suggested yanglint command to use the -i switch.
- Legacy-Id: 14190
1 parent 9e434ed commit 1c3a613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ def skip_unreadable_post(record):
684684
IDSUBMIT_STAGING_URL = '//www.ietf.org/staging/'
685685
IDSUBMIT_IDNITS_BINARY = '/a/www/ietf-datatracker/scripts/idnits'
686686
SUBMIT_PYANG_COMMAND = 'pyang --verbose --ietf -p {libs} {model}'
687-
SUBMIT_YANGLINT_COMMAND = 'yanglint --verbose -p {rfclib} -p {draftlib} -p {tmplib} {model}'
687+
SUBMIT_YANGLINT_COMMAND = 'yanglint --verbose -p {rfclib} -p {draftlib} -p {tmplib} {model} -i'
688688
SUBMIT_YANGLINT_COMMAND = None # use the value above if you have yanglint installed
689689

690690
IDSUBMIT_CHECKER_CLASSES = (

0 commit comments

Comments
 (0)