File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7676 errorMessage : Space between unit and value required
7777
7878# Excludes Wi-Fi in URLs (prepended by dash or slash) and WiFi.XY and MKR WiFi
79- - regex : " (?<![\\ /-]|Arduino |UNO |MKR |MKR 1000 |MKR1000)[wW]i[fF]i(?![-\\ /]|\\ .?\\ S| [sS]hield|101| 101)"
80- shouldMatch : false
81- type : warning
82- format : markdown
83- includeCodeBlocks : false
84- errorMessage : " Incorrect spelling of 'Wi-Fi' found."
79+ # - regex: "(?<![\\/-]|Arduino |UNO |MKR |MKR 1000 |MKR1000)[wW]i[fF]i(?![-\\/]|\\.?\\S| [sS]hield|101| 101)"
80+ # shouldMatch: false
81+ # type: warning
82+ # format: markdown
83+ # includeCodeBlocks: false
84+ # errorMessage: "Incorrect spelling of 'Wi-Fi' found."
8585
8686- regex : " (?<!\\ /|-)\\ b(master|slave)\\ b"
8787 regexModifiers : " gi"
You can’t perform that action at this time.
0 commit comments