We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77e8e0e + 8e8341a commit 31cf638Copy full SHA for 31cf638
scripts/resources/spell-check-ignore-list.txt
@@ -10,4 +10,5 @@ dout
10
synopsys
11
trun
12
complies
13
-ro
+ro
14
+som
scripts/validation/rules/rules-spelling.yml
@@ -89,3 +89,10 @@
89
type: warning
90
format: markdown
91
errorMessage: Politically incorrect terminology found (master/slave)
92
+
93
+ # SOM (System-On-Module)
94
+- regex: "(?<!\\S)\\bSO[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