File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 52
52
type : warning
53
53
errorMessage : The Edge Impulse® trademark is not used correctly.
54
54
55
+ # Adafruit® rule
56
+ # Skip the match if it is inside tags' lists
57
+ - regex : " (?<!http[s]?:\\ /\\ /\\ S*| - )(?:Adafruit)(?!®)\\ b"
58
+ regexModifiers : " gi"
59
+ shouldMatch : false
60
+ includeCodeBlocks : false
61
+ format : markdown
62
+ type : warning
63
+ errorMessage : The Adafruit® trademark is not used correctly.
64
+
55
65
# MIPI® / A-PHY® / CSI-2® / I3C® / M-PHY® rule
56
66
- regex : " ((?<![a-zA-Z]|[0-9])((mipi)|((aphy)|(a-phy))|((csi2)|(csi-2))|(i3c)|((mphy)|(m-phy)))(?!®|[a-zA-Z]))|(([mM][iI][pP][i])|(([aA][pP][hH][yY])|([aA]-[pP][hH][y]))|(([cC][sS][iI]2)|([cC][sS][i]-2))|([iI]3[c])|(([mM][pP][hH][yY])|([mM]-[pP][hH][y])))(?=®)"
57
67
regexModifiers : " gi"
58
68
shouldMatch : false
59
69
includeCodeBlocks : false
60
70
format : markdown
61
71
type : warning
62
- errorMessage : The MIPI® / A-PHY® / CSI-2® / I3C® / M-PHY® trademark owned by MIPI Alliance is not used correctly.
72
+
73
+ errorMessage : The MIPI® / A-PHY® / CSI-2® / I3C® / M-PHY® trademark owned by MIPI Alliance is not used correctly.
You can’t perform that action at this time.
0 commit comments