Skip to content

Conversation

@rkeene
Copy link
Member

@rkeene rkeene commented Jan 15, 2026

This change adds spell checking to the Anchor linting project to ensure PRs have correctly spelled words.

@rkeene rkeene requested a review from Copilot January 15, 2026 22:14
@rkeene rkeene self-assigned this Jan 15, 2026
@rkeene rkeene added enhancement New feature or request cleanup Non-functional change which cleans up labels Jan 15, 2026
Copy link
Contributor

Copilot AI left a comment

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 adds spell checking capabilities to the Anchor project's linting workflow using cspell. The typo fix in src/lib/resolver.ts (changing "acccount" to "account") demonstrates the value of this addition.

Changes:

  • Fixed typo in comment: "acccount" → "account" in resolver.ts
  • Added cspell and related dependencies to the project
  • Integrated cspell into the Makefile's do-lint target

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
src/lib/resolver.ts Fixed spelling error in JSDoc comment
package.json Added cspell dependencies and npm script
package-lock.json Lockfile updates for cspell packages and dependencies
Makefile Integrated cspell command into do-lint target
.cspell.config.mjs Main cspell configuration with project-specific word list
.cspell-ext.json TypeScript dictionary import configuration

@rkeene rkeene requested a review from Srayman January 23, 2026 15:46
@rkeene rkeene marked this pull request as ready for review January 23, 2026 15:46
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
D Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cleanup Non-functional change which cleans up enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants