Skip to content

Commit

Permalink
Add spellcheck configuration and custom wordlist for Markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
magick93 committed Jan 12, 2025
1 parent 835c2a6 commit 79d4974
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,24 @@ matrix:
- name: Markdown
aspell:
lang: en
dictionary:
wordlists:
- .wordlist.txt
encoding: utf-8
pipeline:
- pyspelling.filters.markdown:
markdown_extensions:
- pymdownx.superfences
ignores:
- code
- pre
- link
- pyspelling.filters.html:
comments: false
ignores:
- code
- pre
- a
sources:
- "**/*.md"
default_encoding: utf-8
20 changes: 20 additions & 0 deletions .github/wordlist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
CLI
Ethereum
Exercism
github
Grafana
HTTPS
localhost
linter
MacOS
mdBook
PRs
repo

sigmaprime
sigp
SSV
Testnet
testnet
TODOs
Validator

0 comments on commit 79d4974

Please sign in to comment.