-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[submodule] Update submodule sonic-mgmt-common to the latest HEAD aut…
…omatically (#17331) #### Why I did it src/sonic-mgmt-common ``` * d96bfcd - (HEAD -> master, origin/master, origin/HEAD) YANG tree generator and linter (#113) (6 hours ago) [faraazbrcm] ``` #### How I did it #### How to verify it #### Description for the changelog
- Loading branch information
1 parent
a1e6625
commit c6578fe
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule sonic-mgmt-common
updated
13 files
+61 −30 | models/yang/Makefile | |
+6 −0 | models/yang/annotations/sonic-extensions.yang | |
+4 −0 | models/yang/lint_ignore.ietf | |
+0 −0 | models/yang/lint_ignore.ocstyle | |
+197 −0 | tools/pyang/lint | |
+360 −0 | tools/pyang/pyang_plugins/annot_tree.py | |
+611 −0 | tools/pyang/pyang_plugins/doctree.py | |
+239 −0 | tools/pyang/pyang_plugins/sonic_linter.py | |
+165 −0 | tools/pyang/pyang_plugins/strict_lint.py | |
+312 −0 | tools/pyang/pyang_plugins/style.py | |
+885 −0 | tools/pyang/pyang_plugins/validate_update.py | |
+190 −0 | tools/pyang/tree | |
+196 −0 | tools/pyang/yangtools.py |