|
25 | 25 | errorMessage: The LoRa® trademark is not used correctly or the first occurrence of LoRa® must include the ® symbol. LoRaWAN should not be used. |
26 | 26 |
|
27 | 27 | # USB-C® / USB Type-C® / USB4® rule |
28 | | -- regex: "((?<![a-zA-Z]|[0-9])(?<=\\s)(?:USB-C|USB\\sType[-]C|USB4)(?!®|[a-zA-Z]))" |
29 | | - regexModifiers: "gi" |
30 | | - shouldMatch: false |
31 | | - includeCodeBlocks: false |
32 | | - format: markdown |
33 | | - type: warning |
34 | | - errorMessage: The USB-C® / USB Type-C® / USB4® trademark is not used correctly. |
| 28 | +#- regex: "((?<![a-zA-Z]|[0-9])(?<=\\s)(?:USB-C|USB\\sType[-]C|USB4)(?!®|[a-zA-Z]))" |
| 29 | +# regexModifiers: "gi" |
| 30 | +# shouldMatch: false |
| 31 | +# includeCodeBlocks: false |
| 32 | +# format: markdown |
| 33 | +# type: warning |
| 34 | +# errorMessage: The USB-C® / USB Type-C® / USB4® trademark is not used correctly. |
35 | 35 |
|
36 | 36 | # Arduino Opta® rule |
37 | 37 | - regex: "(?<!http[s]?:\\/\\/\\S*| - )(?<![a-zA-Z]|[0-9])(?<=\\s)(([oO]pta)(?!®|TM|[a-zA-Z])|(((?<=[aA]rduino\\s)([oO]pta(?=TM)))|((?<=[aA]rduino®\\s)([oO]pta))))" |
|
0 commit comments