Skip to content

Exclude FontsData.json from codespell linter#170

Merged
Marius Storhaug (MariusStorhaug) merged 2 commits intodependabot/github_actions/PSModule/Process-PSModule/dot-github/workflows/workflow.yml-5.4.3from
copilot/sub-pr-168
Feb 26, 2026
Merged

Exclude FontsData.json from codespell linter#170
Marius Storhaug (MariusStorhaug) merged 2 commits intodependabot/github_actions/PSModule/Process-PSModule/dot-github/workflows/workflow.yml-5.4.3from
copilot/sub-pr-168

Conversation

Copy link
Contributor

Copilot AI commented Feb 26, 2026

Codespell was flagging legitimate Google Font names in src/FontsData.json as misspellings (e.g. Arizonia, Buda, Vai, Playwrite, Rouge).

Changes

  • .github/linters/.codespellrc: Added ./src/FontsData.json to the skip list to prevent false positives on font names that are intentional proper nouns, not typos.
[codespell]
skip = ./.github/linters,./src/FontsData.json
ignore-words-list = afterall

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: MariusStorhaug <17722253+MariusStorhaug@users.noreply.github.com>
Copilot AI changed the title [WIP] Address linter feedback by excluding FontsData.json from codespell checks Exclude FontsData.json from codespell linter Feb 26, 2026
@MariusStorhaug Marius Storhaug (MariusStorhaug) marked this pull request as ready for review February 26, 2026 07:38
@MariusStorhaug Marius Storhaug (MariusStorhaug) merged commit ae87a17 into dependabot/github_actions/PSModule/Process-PSModule/dot-github/workflows/workflow.yml-5.4.3 Feb 26, 2026
@MariusStorhaug Marius Storhaug (MariusStorhaug) deleted the copilot/sub-pr-168 branch February 26, 2026 07:38
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.

2 participants