1 parent bd45abc commit 1caa051Copy full SHA for 1caa051
2 files changed
.cspell.json
@@ -1,7 +1,9 @@
1
{
2
"version": "0.2",
3
"language": "en-GB",
4
- "ignorePaths": [".cspell.json"],
+ "ignorePaths": [".cspell.json", ".git"],
5
+ "files": ["**", ".*/**"],
6
+ "useGitignore": true,
7
"words": [
8
"color",
9
@@ -26,6 +28,7 @@
26
28
"vars",
27
29
30
"clippy",
31
+ "rustc",
32
"rustup",
33
],
34
"flagWords": [
.github/workflows/ci.yaml
@@ -99,7 +99,5 @@ jobs:
99
steps:
100
- uses: actions/checkout@v5
101
- uses: streetsidesoftware/cspell-action@v8
102
- with:
103
- config: "./.cspell.json"
104
105
# spell-checker:ignore libtinfo,Swatinem
0 commit comments