Skip to content

Commit

Permalink
Add typos config
Browse files Browse the repository at this point in the history
  • Loading branch information
a-rustacean committed Nov 3, 2023
1 parent 6022446 commit e7c0400
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[files]
extend-exclude = [
# Author names.
"AUTHORS.md"
]

[default]
extend-ignore-identifiers-re = [
# False positives.
"ba",
"ded"
]

0 comments on commit e7c0400

Please sign in to comment.