mirror of
https://github.com/orhun/git-cliff.git
synced 2024-11-25 09:02:10 +03:00
08e761c20f
* chore(examples): improve example templates * chore(typos): configure typos
12 lines
284 B
TOML
12 lines
284 B
TOML
# configuration for https://github.com/crate-ci/typos
|
|
|
|
[type.md]
|
|
extend-ignore-re = [
|
|
"\\[[[:xdigit:]]{7}\\]\\(https://github.com/orhun/git-cliff/commit/[[:xdigit:]]{40}\\)",
|
|
"\\[halp\\]\\(https://github.com/orhun/halp\\)",
|
|
"upport",
|
|
]
|
|
|
|
[default.extend-words]
|
|
upport = "upport"
|