Skip to content

Commit a452090

Browse files
committed
Spell rule linter patch
1 parent 8f19595 commit a452090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validation/rules/rules-spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
errorMessage: Politically incorrect terminology found (master/slave)
9292

9393
# SOM (System-On-Module)
94-
- regex: "(?<!\\S)+SO[Mm][eE]\\b"
94+
- regex: "(?<!\\S)\\bSO[Mm][eE]\\b"
9595
shouldMatch: false
9696
type: warning
9797
format: markdown

0 commit comments

Comments
 (0)