Skip to content

Commit 3a09543

Browse files
committed
chore: add typos
1 parent cdff7a7 commit 3a09543

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

flake.nix

+1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
opentelemetry-collector-contrib
108108
git-cliff
109109
cargo-release
110+
typos
110111
] ++ ci_packages ++ pkgs.lib.optionals pkgs.stdenv.isDarwin [ ];
111112

112113
in {

justfile

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ default:
2121
check:
2222
nix flake check --all-systems --accept-flake-config
2323

24+
# Run spell checker
25+
typo:
26+
typos
27+
2428
# Format files
2529
fmt: fmt-toml
2630

typos.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[files]
2+
extend-exclude = ["crates/synd_api/src/client/github/schema.json", "CHANGELOG.md"]
3+
4+
[default.extend-words]
5+
"ratatui" = "ratatui"

0 commit comments

Comments
 (0)