Skip to content

⚙️ [Maintenance]: Add afterall to codespell ignore words list#60

Merged
Marius Storhaug (MariusStorhaug) merged 1 commit intomainfrom
maintenance/codespellrc-ignore-afterall
Feb 18, 2026
Merged

⚙️ [Maintenance]: Add afterall to codespell ignore words list#60
Marius Storhaug (MariusStorhaug) merged 1 commit intomainfrom
maintenance/codespellrc-ignore-afterall

Conversation

@MariusStorhaug
Copy link
Member

Adds afterall to the codespell ignore words list in .codespellrc to prevent false positive spell check warnings in CI linting. This term is commonly used in PowerShell (e.g., Pester's AfterAll block) and should not be flagged as a misspelling.

Codespell configuration

The .codespellrc linter configuration now includes ignore-words-list = afterall, which tells codespell to skip this word during spell checking. No changes to functionality or shipped artifacts.

Copy link

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 updates the repository’s codespell configuration to avoid CI lint false-positives for the word afterall, which is commonly used in PowerShell contexts (e.g., Pester’s AfterAll).

Changes:

  • Add afterall to ignore-words-list in the codespell configuration.

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

@MariusStorhaug Marius Storhaug (MariusStorhaug) merged commit 3cdb795 into main Feb 18, 2026
32 checks passed
@MariusStorhaug Marius Storhaug (MariusStorhaug) deleted the maintenance/codespellrc-ignore-afterall branch February 18, 2026 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant