forked from Snowfork/snowbridge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_typos.toml
More file actions
28 lines (28 loc) · 697 Bytes
/
_typos.toml
File metadata and controls
28 lines (28 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[files]
extend-exclude = [
"contracts/lib",
"**/*.yaml",
"**/*.json",
"**/fixtures/*.js",
"**/*ffi*.js",
"**/*mock*.rs",
"**/*data*.rs",
"polkadot-sdk/bridges/bin",
"polkadot-sdk/bridges/docs",
"polkadot-sdk/bridges/modules",
"polkadot-sdk/bridges/primitives",
"polkadot-sdk/bridges/scripts",
"polkadot-sdk/bridges/zombienet",
"polkadot-sdk/cumulus",
"polkadot-sdk/docker",
"polkadot-sdk/docs",
"polkadot-sdk/polkadot",
"polkadot-sdk/prdoc",
"polkadot-sdk/scripts",
"polkadot-sdk/substrate",
"smoketest/src/parachains",
"smoketest/src/contracts",
"lodestar/**",
"go-ethereum/**",
"go.work.sum",
]