mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-07 03:09:19 +00:00
chore: add typos config
This commit is contained in:
parent
a3d9d09459
commit
d90021c5cd
12
.typos.toml
Normal file
12
.typos.toml
Normal file
@ -0,0 +1,12 @@
|
||||
[files]
|
||||
extend-exclude = [
|
||||
# Author names.
|
||||
"AUTHORS.md"
|
||||
]
|
||||
|
||||
[default]
|
||||
extend-ignore-identifiers-re = [
|
||||
# False positives.
|
||||
"ba",
|
||||
"ded"
|
||||
]
|
||||
Loading…
x
Reference in New Issue
Block a user