Skip to content

Commit 3bceb4c

Browse files
committed
chore(cspell): ignore autobahn/reports
Signed-off-by: Jad K. Haddad <jadkhaddad@gmail.com>
1 parent 67d2d8d commit 3bceb4c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

cspell.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"defmt",
1111
"dhcpv",
1212
"docsrs",
13+
"espflash",
1314
"fastwebsockets",
1415
"framez",
1516
"fuzzingclient",
@@ -20,12 +21,14 @@
2021
"linkall",
2122
"MSRV",
2223
"nextest",
24+
"nostartfiles",
2325
"println",
2426
"reportfile",
2527
"repr",
2628
"rngs",
2729
"rustc",
2830
"rustdoc",
31+
"rustflags",
2932
"Seedable",
3033
"smoltcp",
3134
"Swatinem",
@@ -38,9 +41,11 @@
3841
"websocketz",
3942
"WSSERVER",
4043
"wstest",
44+
"xtensa",
4145
"zerocopy"
4246
],
4347
"ignorePaths": [
44-
"target"
48+
"target",
49+
"autobahn/reports"
4550
]
46-
}
51+
}

0 commit comments

Comments
 (0)