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.
1 parent 8f19595 commit a452090Copy full SHA for a452090
scripts/validation/rules/rules-spelling.yml
@@ -91,7 +91,7 @@
91
errorMessage: Politically incorrect terminology found (master/slave)
92
93
# SOM (System-On-Module)
94
-- regex: "(?<!\\S)+SO[Mm][eE]\\b"
+- regex: "(?<!\\S)\\bSO[Mm][eE]\\b"
95
shouldMatch: false
96
type: warning
97
format: markdown
0 commit comments