Skip to content

Commit bf78292

Browse files
authored
Add PICS Code support to generate_spec_xml.py (project-chip#41180)
* Add PICS Code support to generate_spec_xml.py * Add and populate PICS Code column in spec_clusters.md * Ignore acronyms in check spelling * Fix spell check to ignore acronyms * Add new line at the end of .spellcheck.yml
1 parent ac87f10 commit bf78292

File tree

3 files changed

+193
-148
lines changed

3 files changed

+193
-148
lines changed

.spellcheck.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ matrix:
6161
# Ignore code markers
6262
- open: '<code>'
6363
close: '</code>'
64+
# Ignore Acronyms
65+
- open: '(?<![a-z])\b[A-Z]{2,}\b'
66+
close: '\b'
6467

6568
# converts markdown to HTML
6669
- pyspelling.filters.markdown:

0 commit comments

Comments
 (0)