-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathtypos.toml
More file actions
49 lines (47 loc) · 2.28 KB
/
Copy pathtypos.toml
File metadata and controls
49 lines (47 loc) · 2.28 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
# Configuration for crate-ci/typos (https://github.com/crate-ci/typos).
# Allowlist ONLY: every entry below is a deliberate, load-bearing spelling, a
# quoted historical/upstream string, or a captured data fixture — never a masked
# real typo. A genuine typo is fixed in source, not silenced here.
[files]
extend-exclude = [
# SSH key + signature fixtures for the OBS backend tests: base64 key material,
# not prose to spell-check (e.g. "...NdOUL...", "...jkd9...").
"crates/mtui-datasources/tests/fixtures/obs/id_*",
]
[default.extend-words]
# Accepted alternative spelling of "cannot be parsed", used consistently across
# the datasources/testreport crates and their tests (error text, doc comments).
unparseable = "unparseable"
# The label was corrected to "Reference host". This entry stays for the two
# places that still quote the old misspelling: the CHANGELOG entry recording
# the fix, and the `list_products` doc comment in display.rs explaining it.
referenece = "referenece"
# SUSE product name: SLE-HAE (High Availability Extension), e.g. "SLE-HAE",
# "sle-hae" in product-normalisation code and its tests.
hae = "hae"
# The Python `certifi` CA-bundle package, referenced by name in a doc comment
# and in the retained Python-era CHANGELOG history.
certifi = "certifi"
# Quoted historical log strings, verbatim in the append-only CHANGELOG history
# and (for "aviable") in a comment documenting the upstream typo that the Rust
# port deliberately drops.
aviable = "aviable"
cannont = "cannont"
errocode = "errocode"
# The English prefix "mis-" (mis-decoded / mis-classifying / mis-encoded), split
# on the hyphen by the tokenizer.
mis = "mis"
# Accepted alternative spelling in a doc comment ("non-clonable io::Error").
clonable = "clonable"
# Markdown bold-acronym artifact: "**I**nstaller" (expanding MTUI = Maintenance
# Test Update Installer) renders the bolded initial separately, leaving
# "nstaller" in the raw source.
nstaller = "nstaller"
# Deliberate misspellings in MCP tests/comments that exercise the
# reject-unknown-kwargs path: a mistyped field name must be rejected, so the
# wrong spelling is the point (see tools.rs).
attribut = "attribut"
mesage = "mesage"
# A partial-read test slice: b"ome\n" is the tail of "welcome\n" read through a
# 4-byte buffer in the SSH integration suite.
ome = "ome"