Prevent doc lint from running on vendor directory
Change-Id: Ib452c5b2b9d5aed73a87328acf9e625af27d02d7
diff --git a/Makefile b/Makefile
index 8ec67a9..f2923fd 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@
@echo "---"
@cat $(LINT_STYLE)
@echo "---"
- mdl -s $(LINT_STYLE) `find -L . ! -path "./partials/*" ! -path "./_book/*" ! -path "./repos/*" ! -path "./node_modules/*" ! -path "./cord-tester/modules/*" -name "*.md"`
+ mdl -s $(LINT_STYLE) `find -L . ! -path "./partials/*" ! -path "./_book/*" ! -path "./repos/*" ! -path "./node_modules/*" ! -path "./cord-tester/modules/*" ! -path "./vendor/*" -name "*.md"`
linkcheck: $(ALL_DOCS) _book
linkchecker -a -f linkchecker.ini _book/