Skip to content

Commit 7069203

Browse files
committed
Remove cspell
1 parent f82600c commit 7069203

File tree

6 files changed

+46
-1752
lines changed

6 files changed

+46
-1752
lines changed

.github/workflows/lint.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
cache-dependency-path: "**/package-lock.json"
2828
node-version: "18"
2929

30-
- name: Run linter and spellcheck
30+
- name: Run linter
3131
run: |
3232
npm ci
3333
npm run lint
34-
npm run spellcheck

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ Please follow the following (very brief) style guide:
4747
- Use code blocks for all commands. Don't write them in-line.
4848
- Avoid long paragraphs - this documentation should be to-the-point and instructional.
4949

50-
### Spellchecker
51-
52-
We use `cspell` for spellchecking. It will run as a pre-commit hook and in the CI pipeline.
53-
Spellchecking ignores single and multi-line code snippets. If required, you can add custom words
54-
(e.g. proper nouns and technical terms) to `custom-words.txt`.
55-
5650
### Conditional Content
5751

5852
The Contributing Docs site is used both for internal and external contributors. To this end we've

cspell.yaml

-36
This file was deleted.

custom-words.txt

-51
This file was deleted.

0 commit comments

Comments
 (0)