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.
2 parents 5246e3f + 265c9f0 commit ef7fc07Copy full SHA for ef7fc07
tasks.py
@@ -201,7 +201,7 @@ def lint_vale(context: Context) -> None:
201
return
202
203
print(" - Check documentation style with vale")
204
- exec_cmd = r'vale $(find ./docs -type f \( -name "*.mdx" -o -name "*.md" \))'
+ exec_cmd = r'vale $(find ./docs -type f \( -name "*.mdx" -o -name "*.md" \) -not -path "*/node_modules/*")'
205
with context.cd(MAIN_DIRECTORY_PATH):
206
context.run(exec_cmd)
207
0 commit comments