Skip to content

Fix codespell CI false positives on PDF artifacts#904

Merged
XdpCs merged 2 commits into
mainfrom
copilot/fix-codespell-job-failure
Jun 21, 2026
Merged

Fix codespell CI false positives on PDF artifacts#904
XdpCs merged 2 commits into
mainfrom
copilot/fix-codespell-job-failure

Conversation

Copilot AI commented Jun 21, 2026

Copy link
Copy Markdown
Contributor

What type of PR is this (这是什么类型的PR)

  • Typo(勘误)
  • BUG(程序错误)
  • Improvement(提升)
  • Feature(新特性)

Which issue(s) this PR fixes(Optional) (这个PR 修复了什么问题 (可选择))

What this PR does / why we need it (这个PR 做了什么/ 我们为什么需要这个PR)

Codespell CI was failing because it scanned binary audit PDFs and treated extracted garbage text as misspellings. This change narrows scan scope to text sources so the codespell job reflects actionable spelling issues.

  • Workflow scope update

    • Extended codespell skip patterns in .github/workflows/codespell.yml to exclude all *.pdf files.
    • Keeps existing language/path exclusions intact.
  • Effective config change

    with:
      check_filenames: true
      ignore_words_file: .codespellignore
      skip: "./.git,package-lock.json,./Languages/es,./Languages/pt-br,*.pdf"

@XdpCs XdpCs marked this pull request as ready for review June 21, 2026 17:45
Copilot AI changed the title [WIP] Fix failing GitHub Actions job codespell Fix codespell CI false positives on PDF artifacts Jun 21, 2026
Copilot AI requested a review from XdpCs June 21, 2026 17:45
Copilot finished work on behalf of XdpCs June 21, 2026 17:45
@XdpCs XdpCs merged commit 9ba342c into main Jun 21, 2026
1 check passed
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