Repo: add a test asserting that all code blocks in docs are syntactically valid #8134
Labels
accepting prs
Go ahead, send a pull request that resolves this issue
documentation
Documentation ("docs") that needs adding/updating
repo maintenance
things to do with maintenance of the repo, and not with code/docs
Suggestion
Follow up to #8133
I propose adding a new
docs
test that will assert that the code blocks (withOpen in Playground
button) contain at least syntatically valid codePerhaps we could also test that code under Incorrect tab contains at least one lint error, and Correct code contains no errors
I wrote a simple test that tries to parse content of all code blocks. It turns out that the following files contain code block with syntax error:
The text was updated successfully, but these errors were encountered: