Skip to content

#48 CI maintenance: clean up cspell.json#49

Merged
kernelsam merged 1 commit into
mainfrom
48-skern
Mar 23, 2026
Merged

#48 CI maintenance: clean up cspell.json#49
kernelsam merged 1 commit into
mainfrom
48-skern

Conversation

@kernelsam
Copy link
Copy Markdown
Contributor

@kernelsam kernelsam commented Mar 23, 2026

Summary

  • Remove unused words from .vscode/cspell.json

Closes #48


Resolves #48

@kernelsam kernelsam requested a review from a team as a code owner March 23, 2026 17:21
@kernelsam kernelsam self-assigned this Mar 23, 2026
@kernelsam kernelsam enabled auto-merge (squash) March 23, 2026 17:21
@github-actions
Copy link
Copy Markdown

🤖 Claude Code Review

Code Review

Code Quality

No commented-out code - Clean diff.

DRY principle - N/A for config changes.

No defects - Simple config cleanup.

Meaningful changes - Removes unused "esbenp" word from the spell-check dictionary and reformats ignorePaths from inline array to multi-line for consistency.

Testing

N/A - Config-only change, no code logic to test.

Documentation

No documentation updates needed - This is a VSCode/cspell config change only.

Markdown formatting - No markdown files changed.

Security

No hardcoded credentials, sensitive data, or license files.


Summary

This is a minimal, clean maintenance PR that:

  1. Removes "esbenp" (a VSCode extension author name) from the cspell custom words list — likely added by mistake or no longer needed.
  2. Reformats ignorePaths to a multi-line array for improved readability.

No issues found. Approved.

Automated code review analyzing defects and coding standards

@kernelsam kernelsam merged commit 9fbfa18 into main Mar 23, 2026
12 checks passed
@kernelsam kernelsam deleted the 48-skern branch March 23, 2026 17:28
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.

CI maintenance: clean up cspell.json

2 participants