Changed the suggested yanglint command to use the -i switch.
- Legacy-Id: 14190
This commit is contained in:
parent
9e434edda3
commit
1c3a613c2a
|
@ -684,7 +684,7 @@ IDSUBMIT_STAGING_PATH = '/a/www/www6s/staging/'
|
|||
IDSUBMIT_STAGING_URL = '//www.ietf.org/staging/'
|
||||
IDSUBMIT_IDNITS_BINARY = '/a/www/ietf-datatracker/scripts/idnits'
|
||||
SUBMIT_PYANG_COMMAND = 'pyang --verbose --ietf -p {libs} {model}'
|
||||
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'
|
||||
SUBMIT_YANGLINT_COMMAND = None # use the value above if you have yanglint installed
|
||||
|
||||
IDSUBMIT_CHECKER_CLASSES = (
|
||||
|
|
Loading…
Reference in a new issue