Skip to content

Commit 8f19595

Browse files
committed
Added SOM in spelling rule
1 parent 3f9157d commit 8f19595

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts/validation/rules/rules-spelling.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,10 @@
8989
type: warning
9090
format: markdown
9191
errorMessage: Politically incorrect terminology found (master/slave)
92+
93+
# SOM (System-On-Module)
94+
- regex: "(?<!\\S)+SO[Mm][eE]\\b"
95+
shouldMatch: false
96+
type: warning
97+
format: markdown
98+
errorMessage: Possible ambiguous notation detected. Do you mean SOM (System-On-Module)?

0 commit comments

Comments
 (0)