Skip to content

Commit 3230550

Browse files
tcarmelveilleuxpull[bot]
authored andcommitted
Fix spellcheck on markdown (#23153)
* Fix spellcheck on markdown Problem - There is no way to prevent spellcheck of all Markdown, even for generated files with lots of possibly non-English or otherwise auto-generated text that generally fails spell check. Changes - Add a method using embedded comments to temporarily disable spellcheck for blocks of Markdown - Remove `Description` column by default in CHIP error table to make it easier to print Testing done - CI finds no spell-checking errors. * Fix spellcheck some more
1 parent 7e5bf3f commit 3230550

File tree

3 files changed

+338
-325
lines changed

3 files changed

+338
-325
lines changed

.spellcheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ matrix:
6161
# converts markdown to HTML
6262
- pyspelling.filters.markdown:
6363
sources:
64-
- '**/*.md|!third_party/**|!examples/common/**/repo/**'
64+
- '**/*.md|!third_party/**|!examples/common/**/repo/**|!docs/ERROR_CODES.md'
6565
aspell:
6666
ignore-case: true

0 commit comments

Comments
 (0)