Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/resources/spell-check-ignore-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ dout
synopsys
trun
complies
ro
ro
som
7 changes: 7 additions & 0 deletions scripts/validation/rules/rules-spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,10 @@
type: warning
format: markdown
errorMessage: Politically incorrect terminology found (master/slave)

# SOM (System-On-Module)
- regex: "(?<!\\S)\\bSO[Mm][eE]\\b"
shouldMatch: false
type: warning
format: markdown
errorMessage: Possible ambiguous notation detected. Do you mean SOM (System-On-Module)?