Skip to content

Commit 1e9c177

Browse files
committed
chore(tooling): Add spellcheck tooling
1 parent dc2624d commit 1e9c177

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Cargo.toml

+11
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,14 @@ version = "4.5"
7373
version = "8.3"
7474
default-features = false
7575
features = ["build", "cargo", "git", "gitoxide"]
76+
77+
[package.metadata.typos.default]
78+
locale = "en-us"
79+
80+
[package.metadata.typos.files]
81+
ignore-hidden = false
82+
extend-exclude = [
83+
"/.git",
84+
"CHANGELOG.md",
85+
"build-aux/ax*",
86+
]

configure.ac

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ AM_COND_IF([DEPENDENCY_CHECKS], [
7171
QUE_PROGVAR([ruff])
7272
QUE_PROGVAR([taplo])
7373
QUE_PROGVAR([tr])
74+
QUE_PROGVAR([typos])
7475
])
7576
])
7677

0 commit comments

Comments
 (0)