mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-08 19:59:19 +00:00
Add typos config
This commit is contained in:
parent
6022446a05
commit
e7c0400a1e
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