Skip to content

Minimal cspell configuration#3960

Merged
jacobcreech merged 5 commits intosolana-foundation:masterfrom
SEJeff:spelling-is-hard-no-more-tyops
Oct 14, 2025
Merged

Minimal cspell configuration#3960
jacobcreech merged 5 commits intosolana-foundation:masterfrom
SEJeff:spelling-is-hard-no-more-tyops

Conversation

@SEJeff
Copy link
Copy Markdown
Contributor

@SEJeff SEJeff commented Oct 1, 2025

This iteration only spellchecks markdown and markdown templates (md and mdx files). The goal was to make this simple and a relatively small change.

In a followup, we can enable spellcheck on more filetypes such as {java,type}script and rust.

I can pop out 8d6e69d if that is handled in an existing spellcheck PR, but wanted to make sure the action runs successfully.

SEJeff added 5 commits October 1, 2025 09:34
For running the spellchecker locally:

    make spellcheck

Once you have fixed any typos and if you want to add some new words
to the dictionary:

    make update-dictionary
Wrapping some of the code blocks with these magic comments ensures
cspell isn't checking the spelling of things like on chain program
addresses or other things that shouldn't be spellchecked.
@vercel
Copy link
Copy Markdown

vercel bot commented Oct 1, 2025

@SEJeff is attempting to deploy a commit to the Solana Foundation Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Copy Markdown
Collaborator

@swaroop-osec swaroop-osec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@vercel
Copy link
Copy Markdown

vercel bot commented Oct 3, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
anchor-docs Ignored Ignored Preview Oct 3, 2025 7:16pm

@jacobcreech jacobcreech merged commit 4ca7ed9 into solana-foundation:master Oct 14, 2025
55 checks passed
@SEJeff SEJeff deleted the spelling-is-hard-no-more-tyops branch October 14, 2025 13:52
WilfredAlmeida pushed a commit to KartikSoneji/anchor that referenced this pull request Oct 22, 2025
* feat: add initial cspell support

For running the spellchecker locally:

    make spellcheck

Once you have fixed any typos and if you want to add some new words
to the dictionary:

    make update-dictionary

* chore: appease the cspell gods 🪄

Wrapping some of the code blocks with these magic comments ensures
cspell isn't checking the spelling of things like on chain program
addresses or other things that shouldn't be spellchecked.

* docs: fix a few minor tyops cspell caught

* chore: add github action for cspell bits

* chore: spellcheck repo root markdown files
Otter-0x4ka5h pushed a commit to Otter-0x4ka5h/anchor that referenced this pull request Mar 25, 2026
* feat: add initial cspell support

For running the spellchecker locally:

    make spellcheck

Once you have fixed any typos and if you want to add some new words
to the dictionary:

    make update-dictionary

* chore: appease the cspell gods 🪄

Wrapping some of the code blocks with these magic comments ensures
cspell isn't checking the spelling of things like on chain program
addresses or other things that shouldn't be spellchecked.

* docs: fix a few minor tyops cspell caught

* chore: add github action for cspell bits

* chore: spellcheck repo root markdown files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants