Skip to content

Commit 5e6fc2a

Browse files
authored
Merge pull request #73 from arduino/sebromero/wifi-spelling
Improve regex for Wi-Fi spelling
2 parents 7d8abbc + 647a339 commit 5e6fc2a

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)