Skip to content

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

Merged
Marius Storhaug (MariusStorhaug) merged 2 commits intodependabot/github_actions/super-linter/super-linter-8.5.0from
maintenance/codespellrc-ignore-afterall
Feb 18, 2026
Merged

⚙️ [Maintenance]: Add afterall to codespell ignore words list#287
Marius Storhaug (MariusStorhaug) merged 2 commits intodependabot/github_actions/super-linter/super-linter-8.5.0from
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.

@github-actions
Copy link

No Significant Changes Detected

This PR does not contain changes to files that would trigger a new release:

Path Description
src/** Module source code
README.md Documentation

Build, test, and publish stages will be skipped for this PR.

If you believe this is incorrect, please verify that your changes are in the correct locations.

1 similar comment
@github-actions
Copy link

No Significant Changes Detected

This PR does not contain changes to files that would trigger a new release:

Path Description
src/** Module source code
README.md Documentation

Build, test, and publish stages will be skipped for this PR.

If you believe this is incorrect, please verify that your changes are in the correct locations.

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 a codespell configuration file to prevent false positive spell check warnings for the word "afterall", which is used throughout the repository in test lifecycle scripts (AfterAll.ps1) and workflow files. The repository uses super-linter for CI/CD linting, which includes codespell for spell checking.

Changes:

  • Created .github/linters/.codespellrc configuration file with codespell settings
  • Added "afterall" to the ignore-words-list to prevent false positives
  • Configured skip pattern to exclude the linters directory itself from spell checking

@MariusStorhaug Marius Storhaug (MariusStorhaug) changed the base branch from main to dependabot/github_actions/super-linter/super-linter-8.5.0 February 18, 2026 00:34
….0' into maintenance/codespellrc-ignore-afterall
@github-actions
Copy link

No Significant Changes Detected

This PR does not contain changes to files that would trigger a new release:

Path Description
src/** Module source code
README.md Documentation

Build, test, and publish stages will be skipped for this PR.

If you believe this is incorrect, please verify that your changes are in the correct locations.

1 similar comment
@github-actions
Copy link

No Significant Changes Detected

This PR does not contain changes to files that would trigger a new release:

Path Description
src/** Module source code
README.md Documentation

Build, test, and publish stages will be skipped for this PR.

If you believe this is incorrect, please verify that your changes are in the correct locations.

@MariusStorhaug Marius Storhaug (MariusStorhaug) merged commit 92e40e2 into dependabot/github_actions/super-linter/super-linter-8.5.0 Feb 18, 2026
45 checks passed
@MariusStorhaug Marius Storhaug (MariusStorhaug) deleted the maintenance/codespellrc-ignore-afterall branch February 18, 2026 00:40
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