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 f994cdc commit e47db46Copy full SHA for e47db46
scripts/validation/rules/rules-trademarks.yml
@@ -44,13 +44,13 @@
44
45
# Edge Impulse® rule
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.
+# - regex: "(?<!http[s]?:\\/\\/\\S*| - )(?:Edge[ -]Impulse|[eE]dge[iI]mpulse)(?!®)\\b"
+# regexModifiers: "gi"
+# shouldMatch: false
+# includeCodeBlocks: false
+# format: markdown
+# type: warning
+# errorMessage: The Edge Impulse® trademark is not used correctly.
54
55
# Adafruit® rule
56
0 commit comments