mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
chore: Add typos configuration to manifest for project level spellchecking
This commit is contained in:
parent
709946ce54
commit
3eee445dab
1 changed files with 16 additions and 0 deletions
16
Cargo.toml
16
Cargo.toml
|
|
@ -177,6 +177,22 @@ uninlined_format_args = "warn"
|
|||
missing_safety_doc = "warn"
|
||||
undocumented_unsafe_blocks = "warn"
|
||||
|
||||
[workspace.metadata.typos.default]
|
||||
locale = "en-us"
|
||||
|
||||
[workspace.metadata.typos.default.extend-words]
|
||||
labelled = "labelled"
|
||||
onces = "onces"
|
||||
withs = "withs"
|
||||
|
||||
[workspace.metadata.typos.files]
|
||||
ignore-hidden = false
|
||||
extend-exclude = [
|
||||
"/.git",
|
||||
"fixtures",
|
||||
"upstream",
|
||||
]
|
||||
|
||||
[patch.crates-io]
|
||||
|
||||
# tinymist-assets = { path = "./crates/tinymist-assets/" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue