Skip to content

update cspell config - #7452

Merged
youknowone merged 2 commits into
RustPython:mainfrom
youknowone:cspell
Mar 17, 2026
Merged

update cspell config#7452
youknowone merged 2 commits into
RustPython:mainfrom
youknowone:cspell

Conversation

@youknowone

@youknowone youknowone commented Mar 17, 2026

Copy link
Copy Markdown
Member

Summary by CodeRabbit

  • Chores
    • Updated spell-checking dictionary with additional terminology entries.
    • Enhanced spell-checking configuration to support compound word handling.

@coderabbitai

coderabbitai Bot commented Mar 17, 2026

Copy link
Copy Markdown
Contributor

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: 9bb4e341-a303-4fa1-9965-775c4dbe6d75

📥 Commits

Reviewing files that changed from the base of the PR and between 2a61237 and a75b90f.

📒 Files selected for processing (2)
  • .cspell.dict/rustpython.txt
  • .cspell.json

📝 Walkthrough

Walkthrough

Configuration updates establish a dedicated spell-checking dictionary for RustPython terminology. A new .cspell.dict/rustpython.txt file containing 32 RustPython-specific terms is created, and .cspell.json is updated to enable compound word handling and reference this dedicated dictionary while consolidating the words list.

Changes

Cohort / File(s) Summary
RustPython Dictionary Creation
.cspell.dict/rustpython.txt
Added 32 new RustPython-specific vocabulary entries (cfgs, miri, pyast, pyclass, pyfunction, pymodule, pyname, pyobj, pystruct, pytype, rustix, zelf, and others) to dedicated dictionary file.
Spell-Check Configuration
.cspell.json
Enabled compound word handling with allowCompoundWords: true, added rustpython dictionary definition and reference, and consolidated words list by removing terms now managed by the dedicated dictionary while retaining commonly-used entries.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Poem

🐰 A dictionary grows with RustPython's grace,
Spell-checks hopping through every trace,
Compound words dance, now perfectly aligned,
No typos shall hide, no misspelling confined! ✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@youknowone
youknowone marked this pull request as ready for review March 17, 2026 11:18
@youknowone
youknowone merged commit 2ea5960 into RustPython:main Mar 17, 2026
14 of 15 checks passed
@youknowone
youknowone deleted the cspell branch March 17, 2026 11:18
youknowone added a commit to youknowone/RustPython that referenced this pull request Mar 19, 2026
* add allowCompoundWords

* cspell dict
youknowone added a commit to youknowone/RustPython that referenced this pull request Mar 22, 2026
* add allowCompoundWords

* cspell dict
Copilot AI pushed a commit that referenced this pull request Mar 25, 2026
* add allowCompoundWords

* cspell dict
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.

2 participants