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 287a41b commit ac4e5c2Copy full SHA for ac4e5c2
scripts/validation/rules/rules-trademarks.yml
@@ -23,4 +23,13 @@
23
includeCodeBlocks: false
24
format: markdown
25
type: warning
26
- errorMessage: The USB-C® / USB Type-C® / USB4® trademark is not used correctly.
+ errorMessage: The USB-C® / USB Type-C® / USB4® trademark is not used correctly.
27
+
28
+ # NXP® rule
29
+- regex: "(?<!http[s]?:\\/\\/\\S*)(?:NXP)(?!®)\\b"
30
+ regexModifiers: "gi"
31
+ shouldMatch: false
32
+ includeCodeBlocks: false
33
+ format: markdown
34
+ type: warning
35
+ errorMessage: The NXP® trademark is not used correctly.
0 commit comments