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 89085e7 commit bf171a2Copy full SHA for bf171a2
scripts/validation/rules/rules-trademarks.yml
@@ -15,7 +15,7 @@
15
errorMessage: The LoRa® / LoRaWAN® trademark is not used correctly.
16
17
# USB-C® / USB Type-C® / USB4® rule
18
-- regex: "(?<!http[s]?:\\/\\/\\S*)(?:USB-C|USB Type[ -]C|USB4)(?!®)\\b"
+- regex: "(?<!http[s]?:\\/\\/\\S*)(?:USB[ -]C|USB Type[ -]C|USB4)(?!®)\\b"
19
regexModifiers: "gi"
20
shouldMatch: false
21
includeCodeBlocks: false
0 commit comments