Skip to content

Commit 1caa051

Browse files
committed
fix spell checking
1 parent bd45abc commit 1caa051

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.cspell.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"version": "0.2",
33
"language": "en-GB",
4-
"ignorePaths": [".cspell.json"],
4+
"ignorePaths": [".cspell.json", ".git"],
5+
"files": ["**", ".*/**"],
6+
"useGitignore": true,
57
"words": [
68
"color",
79

@@ -26,6 +28,7 @@
2628
"vars",
2729

2830
"clippy",
31+
"rustc",
2932
"rustup",
3033
],
3134
"flagWords": [

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,5 @@ jobs:
9999
steps:
100100
- uses: actions/checkout@v5
101101
- uses: streetsidesoftware/cspell-action@v8
102-
with:
103-
config: "./.cspell.json"
104102

105103
# spell-checker:ignore libtinfo,Swatinem

0 commit comments

Comments
 (0)