forked from op-rs/kona
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtypos.toml
More file actions
81 lines (76 loc) · 1.62 KB
/
typos.toml
File metadata and controls
81 lines (76 loc) · 1.62 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
[files]
extend-exclude = [
"target",
"Cargo.lock",
]
[default]
extend-ignore-re = [
# Base64 encoded strings (common in tests and configs)
"[A-Za-z0-9+/]{20,}={0,2}",
]
[default.extend-words]
# Valid Rust/Cargo terms
crate = "crate"
crates = "crates"
# Blockchain/Ethereum specific terms
alloy = "alloy"
anvil = "anvil"
asm = "asm"
asterisc = "asterisc"
batcher = "batcher"
bedrock = "bedrock"
bootnode = "bootnode"
cannon = "cannon"
chainid = "chainid"
codegen = "codegen"
derivation = "derivation"
enr = "enr"
ethereum = "ethereum"
fpvm = "fpvm"
hel = "hel" # Part of hostname bootnode-hetzner-hel
interop = "interop"
kona = "kona"
libmdbx = "libmdbx"
merkle = "merkle"
mips = "mips"
mpsc = "mpsc"
optimism = "optimism"
preimage = "preimage"
revm = "revm"
risc = "risc"
rollup = "rollup"
rpc = "rpc"
sequencer = "sequencer"
ser = "ser" # Serialization abbreviation
serde = "serde"
supervisor = "supervisor"
superchain = "superchain"
trie = "trie"
txs = "txs" # Transactions abbreviation
udeps = "udeps" # Unused dependencies tool
usize = "usize"
workspaces = "workspaces"
# Technical abbreviations and acronyms
api = "api"
cli = "cli"
cfg = "cfg"
const = "const"
env = "env"
impl = "impl"
io = "io"
lru = "lru"
mpt = "mpt" # Merkle Patricia Trie
msg = "msg"
mut = "mut"
nums = "nums"
num = "num"
ok = "ok"
std = "std"
structs = "structs"
ty = "ty" # Type abbreviation
vec = "vec"
typ = "typ"
# Additional allowed words from typos scan
flate = "flate" # zlib-flate tool name
ratatui = "ratatui" # TUI crate name
superseed = "superseed" # Superseed network name (proper noun)