From 6a5a3d21f273e22985d87907c004eaa9a85efcd8 Mon Sep 17 00:00:00 2001 From: Jazz Turner-Baggs <473256+jazzz@users.noreply.github.com> Date: Fri, 26 Sep 2025 19:02:14 -0700 Subject: [PATCH] chore: add html filtering to aspell (#84) --- .spellcheck.yml | 7 +++++-- .wordlist.txt | 28 ++++++++++++++-------------- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/.spellcheck.yml b/.spellcheck.yml index 33142a5..0e94ad8 100644 --- a/.spellcheck.yml +++ b/.spellcheck.yml @@ -5,13 +5,16 @@ matrix: expect_match: false # false -> supress errors if no markdown files were edited aspell: lang: en + mode: none + add-filter: + - url dictionary: wordlists: - .wordlist.txt - encoding: utf-8 pipeline: - pyspelling.filters.markdown + - pyspelling.filters.html: + comments: false - pyspelling.filters.text default_encoding: utf-8 suggest: true - diff --git a/.wordlist.txt b/.wordlist.txt index 4d6c057..8e754de 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -1,23 +1,23 @@ ALLOC -IANA -SHARDING -WAKU -Waku -danielkaiser creativecommons -github -GITHUB -https -iana -md -rfc -RFC -www +danielkaiser DHT DoS -GossipSub +github +GITHUB gossipsub +GossipSub +https +iana +IANA libp2p +md pubsub +rfc +RFC +SHARDING subnets +Waku +WAKU +www ZXCV \ No newline at end of file