Commit 2751f09
authored
⚙️ [Maintenance]: Add afterall to codespell ignore words list (#17)
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.1 parent fae8569 commit 2751f09
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
0 commit comments