fix: drop the unused typos word exemption - #118
Conversation
`arange` does not appear anywhere in this tree -- not as a bare word, not as part of a numpy call. Nothing is protecting today; add it back with the reason if a future change actually needs it. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
PR Summary by QodoRemove unused
AI Description
High-Level Assessment
Files changed (1)
|
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
The removed exemption is unused (no arange occurrences), and the change is a safe, localized config cleanup.
Review effort: Lite
Findings: None
What changed in this PR
This PR cleans up the typos configuration by removing an unused word-exemption entry that no longer protects anything in this repository.
Changes:
- Remove the
arangeentry fromextend-ignore-words-rein_typos.toml.
| File | Description |
|---|---|
| _typos.toml | Removes an unused typos ignore-word exemption to keep spellchecking config minimal and accurate. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewTip of the day💡 Did you know, you can reply 'qodo' on any finding to push back, ask questions, or dig deeper |
What moved
arange(presumably meant fornumpy.arange) doesn't appear anywhere in this tree — verified by stripping the entry and rerunningtypos .: clean. Removed rather than documented, since there's nothing left to protect; add it back with the reason if a future change actually callsnumpy.arange.🤖 Generated with Claude Code