|
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))))" |
|
44 | 44 |
|
45 | 45 | # Edge Impulse® rule |
46 | 46 | # Skip the match if it is inside tags' lists |
47 | | -- regex: "(?<!http[s]?:\\/\\/\\S*| - )(?:Edge[ -]Impulse|[eE]dge[iI]mpulse)(?!®)\\b" |
48 | | - regexModifiers: "gi" |
49 | | - shouldMatch: false |
50 | | - includeCodeBlocks: false |
51 | | - format: markdown |
52 | | - type: warning |
53 | | - errorMessage: The Edge Impulse® trademark is not used correctly. |
| 47 | +#- regex: "(?<!http[s]?:\\/\\/\\S*| - )(?:Edge[ -]Impulse|[eE]dge[iI]mpulse)(?!®)\\b" |
| 48 | +# regexModifiers: "gi" |
| 49 | +# shouldMatch: false |
| 50 | +# includeCodeBlocks: false |
| 51 | +# format: markdown |
| 52 | +# type: warning |
| 53 | +# errorMessage: The Edge Impulse® trademark is not used correctly. |
54 | 54 |
|
55 | 55 | # Adafruit® rule |
56 | 56 | # Skip the match if it is inside tags' lists |
|
0 commit comments