We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c4a9c commit 3c2ac10Copy full SHA for 3c2ac10
bin/doclint
@@ -166,7 +166,7 @@ if [[ $WITH_MD == 1 ]]; then
166
cp "${DOCS_LINT_DIR}/.markdownlint-cli2.mjs" .markdownlint-cli2.mjs
167
cp "${DOCS_LINT_DIR}/.markdownlint.yml" .markdownlint.yml
168
echo "linting markdown in docs"
169
- yarn markdownlint-cli2 "${DOCS_DIR}**/*.md" $FLAGS
+ yarn markdownlint-cli2 "${DOCS_DIR}**/*.md" "!**/node_modules/**" $FLAGS
170
if [[ $? != 0 ]]; then
171
EXIT_CODE=1
172
fi
0 commit comments