Skip to content

Commit

Permalink
chore(tooling): Add spellcheck tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Nov 19, 2024
1 parent dc2624d commit 1e9c177
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,14 @@ version = "4.5"
version = "8.3"
default-features = false
features = ["build", "cargo", "git", "gitoxide"]

[package.metadata.typos.default]
locale = "en-us"

[package.metadata.typos.files]
ignore-hidden = false
extend-exclude = [
"/.git",
"CHANGELOG.md",
"build-aux/ax*",
]
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ AM_COND_IF([DEPENDENCY_CHECKS], [
QUE_PROGVAR([ruff])
QUE_PROGVAR([taplo])
QUE_PROGVAR([tr])
QUE_PROGVAR([typos])
])
])

Expand Down

0 comments on commit 1e9c177

Please sign in to comment.