Skip to content

Commit 31cf638

Browse files
authored
Merge pull request #983 from arduino/sync/taddy/linter-system-on-module
[PC-1081] System-On-Module (SOM) Addition to Linter Glossary
2 parents 77e8e0e + 8e8341a commit 31cf638

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

scripts/resources/spell-check-ignore-list.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ dout
1010
synopsys
1111
trun
1212
complies
13-
ro
13+
ro
14+
som

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)\\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

Comments
 (0)