Skip to content

Commit 6f8cfea

Browse files
authored
docs: update spell check (#2999)
Re-use aegir cspell config
1 parent f465c54 commit 6f8cfea

File tree

51 files changed

+72
-325
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+72
-325
lines changed

.cspell.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"import": [
3+
"./node_modules/aegir/cspell.json"
4+
],
5+
"dictionaries": ["project"],
6+
"dictionaryDefinitions": [{
7+
"name": "project",
8+
"path": "./.github/dictionary.txt",
9+
"addWords": true
10+
}]
11+
}

.github/cspell.json

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/dictionary.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
setbit
2+
getbit
3+
stopstr
4+
rlflx
5+
incrby
6+
hopr
7+
dout
8+
supercop
9+
nothrow
10+
buildx
11+
blpop
12+
rpush
13+
additionals

.github/wordlist.txt

Lines changed: 0 additions & 236 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ jobs:
4141
- run: npm run --if-present dep-check
4242
- run: npm run --if-present docs:no-publish
4343
- run: npm run --if-present doc-check
44-
- uses: streetsidesoftware/cspell-action@ef95dc49d631fc2a9e9ea089ae2b2127b7c4588e # v6.10.0
45-
with:
46-
config: .github/cspell.json
47-
use_cspell_files: true
44+
- run: npm run --if-present spell-check
4845

4946
test-node:
5047
needs: build

doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"doc-check": "aegir doc-check"
2525
},
2626
"devDependencies": {
27-
"aegir": "^45.0.5"
27+
"aegir": "^45.1.1"
2828
},
2929
"private": true
3030
}

interop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@libp2p/websockets": "^9.0.13",
3131
"@libp2p/webtransport": "^5.0.18",
3232
"@multiformats/multiaddr": "^12.3.3",
33-
"aegir": "^45.0.5",
33+
"aegir": "^45.1.1",
3434
"libp2p": "^2.3.1",
3535
"p-event": "^6.0.1",
3636
"redis": "^4.7.0"

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,15 @@
3030
"lint": "aegir run lint",
3131
"dep-check": "aegir run dep-check",
3232
"doc-check": "aegir run doc-check",
33+
"spell-check": "aegir spell-check",
3334
"release": "run-s build docs:no-publish npm:release docs",
3435
"npm:release": "aegir exec --bail false npm -- publish",
3536
"release:rc": "aegir release-rc",
3637
"docs": "aegir docs",
3738
"docs:no-publish": "aegir docs --publish false -- --exclude interop --exclude doc"
3839
},
3940
"devDependencies": {
40-
"aegir": "^45.0.5",
41+
"aegir": "^45.1.1",
4142
"npm-run-all": "^4.1.5"
4243
},
4344
"eslintConfig": {

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"interface-datastore": "^8.3.1"
5353
},
5454
"devDependencies": {
55-
"aegir": "^45.0.5",
55+
"aegir": "^45.1.1",
5656
"datastore-core": "^10.0.2"
5757
},
5858
"sideEffects": false

packages/connection-encrypter-plaintext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"devDependencies": {
6565
"@libp2p/crypto": "^5.0.12",
6666
"@libp2p/logger": "^5.1.9",
67-
"aegir": "^45.0.5",
67+
"aegir": "^45.1.1",
6868
"it-pair": "^2.0.6",
6969
"protons": "^7.6.0",
7070
"sinon": "^19.0.2"

0 commit comments

Comments
 (0)