Skip to content

Add Sonoma to cspell and run spellcheck on pushes to main#517

Merged
externl merged 2 commits into
mainfrom
add-sonoma-to-cspell
Jul 7, 2026
Merged

Add Sonoma to cspell and run spellcheck on pushes to main#517
externl merged 2 commits into
mainfrom
add-sonoma-to-cspell

Conversation

@externl

@externl externl commented Jul 7, 2026

Copy link
Copy Markdown
Member

The spellcheck job started failing on PRs #515 and #516 with Unknown word (Sonoma) in the supported-platforms pages for icerpc-csharp 0.2–0.4, which list macOS 14 (Sonoma). The word has been in those pages since 2023/2024 and used to pass — a newer cspell (bundled when we bumped cspell-action to v8) dropped "Sonoma" from the en_US dictionary, so this adds it to the project word list in .vscode/cspell.json.

The job also only ran on pull_request, so pushes and merges to main were never spellchecked directly. This adds a push trigger for main so those commits are checked too.

Verified locally against the exact CI globs: 210 files checked, 0 issues.

🤖 Generated with Claude Code

Copilot AI review requested due to automatic review settings July 7, 2026 15:52

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes spellcheck CI failures by adding the macOS 14 codename “Sonoma” to the repository’s cspell dictionary, aligning the word list with the supported-platforms documentation for icerpc-csharp 0.2–0.4.

Changes:

  • Add "Sonoma" to .vscode/cspell.json words list so cspell accepts “macOS 14 (Sonoma)”.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@externl externl changed the title Add Sonoma to the cspell dictionary Fix and harden the spellcheck CI job Jul 7, 2026

@InsertCreativityHere InsertCreativityHere left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks good to me!

Comment thread .github/workflows/spellcheck.yaml Outdated
The job only triggered on pull_request, so main was never spellchecked
directly. Add a push trigger so commits and merges to main are checked.
@externl externl force-pushed the add-sonoma-to-cspell branch from 4794928 to 8ceb6ad Compare July 7, 2026 17:38
@externl externl changed the title Fix and harden the spellcheck CI job Add Sonoma to cspell and run spellcheck on pushes to main Jul 7, 2026
@externl externl merged commit 848b9f8 into main Jul 7, 2026
9 checks passed
@externl externl deleted the add-sonoma-to-cspell branch July 7, 2026 17:41
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