Skip to content

Commit 647a339

Browse files
committed
Improve regex
1 parent f7b37a1 commit 647a339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validation/rules/rules-spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'MB'
88

99
# Excludes Wi-Fi in URLs (prepended by dash or slash) and WiFi.XY and MKR WiFi
10-
- regex: "(?<![\\/-]|MKR |UNO |MKR 1000 )[wW]i[fF]i(?![-\\/]|\\.?\\S)"
10+
- regex: "(?<![\\/-]|Arduino |MKR |UNO |MKR 1000 )[wW]i[fF]i(?![-\\/]|\\.?\\S| [sS]hield)"
1111
shouldMatch: false
1212
type: warning
1313
format: markdown

0 commit comments

Comments
 (0)