We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdff7a7 commit 3a09543Copy full SHA for 3a09543
flake.nix
@@ -107,6 +107,7 @@
107
opentelemetry-collector-contrib
108
git-cliff
109
cargo-release
110
+ typos
111
] ++ ci_packages ++ pkgs.lib.optionals pkgs.stdenv.isDarwin [ ];
112
113
in {
justfile
@@ -21,6 +21,10 @@ default:
21
check:
22
nix flake check --all-systems --accept-flake-config
23
24
+# Run spell checker
25
+typo:
26
27
+
28
# Format files
29
fmt: fmt-toml
30
typos.toml
@@ -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