Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Merged
Marius Storhaug (MariusStorhaug) merged 1 commit into
mainPSModule/Document-PSModule:mainfrom
maintenance/codespellrc-ignore-afterallPSModule/Document-PSModule:maintenance/codespellrc-ignore-afterallCopy head branch name to clipboard
Feb 18, 2026
Merged

⚙️ [Maintenance]: Add afterall to codespell ignore words list#44
Marius Storhaug (MariusStorhaug) merged 1 commit into
mainPSModule/Document-PSModule:mainfrom
maintenance/codespellrc-ignore-afterallPSModule/Document-PSModule:maintenance/codespellrc-ignore-afterallCopy head branch name to clipboard

Conversation

@MariusStorhaug

Copy link
Copy Markdown
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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 "afterall" to the codespell ignore words list in the .codespellrc configuration file. The purpose is to prevent false positive spell check warnings for this term, which the PR description states is commonly used in PowerShell's Pester testing framework (specifically the AfterAll block). This is a maintenance change that does not affect functionality or shipped artifacts.

Changes:

  • Added ignore-words-list = afterall to .codespellrc configuration

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

Comment thread .github/linters/.codespellrc
@MariusStorhaug Marius Storhaug (MariusStorhaug) merged commit 8b34366 into main Feb 18, 2026
25 checks passed
@MariusStorhaug Marius Storhaug (MariusStorhaug) deleted the maintenance/codespellrc-ignore-afterall branch February 18, 2026 00:57
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.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.