mirror of
https://github.com/starship/starship.git
synced 2026-06-23 02:05:51 +07:00
chore: add spell checker to workflows (#4975)
* chore: add spell checker to workflows * fix: update config schema * fix: revert for fennel.rs
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
# See https://github.com/crate-ci/typos/blob/master/docs/reference.md to configure typos
|
||||
[default.extend-words]
|
||||
mis = "mis"
|
||||
Nd = "Nd"
|
||||
edn = "edn"
|
||||
esy = "esy"
|
||||
numver = "numver"
|
||||
afe = "afe"
|
||||
extentions = "extentions" # TODO: should be extensions
|
||||
[files]
|
||||
extend-exclude = ["CHANGELOG.md", "docs/*"]
|
||||
Reference in New Issue
Block a user