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.
USB-C®
USB Type-C®
USB4®
1 parent 9efb9e6 commit 153020dCopy full SHA for 153020d
scripts/validation/rules/rules-trademarks.yml
@@ -1,15 +1,23 @@
1
----
+# Bluetooth® rule
2
- regex: "(?:[bB]luetooth(?!®)|bluetooth)(?![-\\/]|\\.?\\S)"
3
shouldMatch: false
4
format: markdown
5
type: warning
6
errorMessage: The Bluetooth® trademark is not used correctly.
7
-
8
+# LoRa® / LoRaWAN® rule
9
# Avoids false positives by excluding the word in conjunction with a dash (e.g. URLs) and as part of code)
10
- regex: "(?<![-\\/])([lL]o[rR]a(?:WAN| Alliance)?)(?!®)(?![-\\/]|\\.?\\S)\\b"
11
12
includeCodeBlocks: false
13
14
15
errorMessage: The LoRa® / LoRaWAN® trademark is not used correctly.
16
+
17
+# USB-C® / USB Type-C® / USB4® rule
18
+- regex: "(?:[uU][sS][bB]-[cC]|[uU][sS][bB] [tT]ype[ -cC][cC]|[uU][sS][bB][4](?!®)|usb-c)(?![-\\/]|\\.?\\S)"
19
+ shouldMatch: false
20
+ includeCodeBlocks: false
21
+ format: markdown
22
+ type: warning
23
+ errorMessage: The USB-C® / USB Type-C® / USB4® trademark is not used correctly.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments