fix: extend spell check to cover .qmd files#71
Conversation
The spelling R package only checks .R, .Rmd, and man pages by default, so .qmd files were never checked. Extend tests/spelling.R to also run spell_check_files() over all .qmd files using the existing WORDLIST. Also fix the two typos now caught by the improved check: - "oppenings" → "openings" - "anlyzing" → "analyzing" Co-authored-by: Douglas Ezra Morrison <d-morrison@users.noreply.github.com>
|
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
@claude review |
|
Claude finished @d-morrison's task in 1m 33s —— View job Code Review
Overall this is a clean, well-scoped PR. The two typo fixes are correct and the new
|
|
Claude Code CLI (local session) is working on this — paws off until I'm done. |
Address @claude review: clarify that the existing vignette/.Rmd check uses error = FALSE (report-only, tolerate pre-existing issues) while the new .qmd check uses stop() (hard fail) on purpose, since .qmd coverage starts clean. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Addressed the review:
@claude review |
|
Claude finished @d-morrison's task in 26s —— View job Code Review
The previous review's actionable item has been handled well.
|
Fixes #69
The
spellingR package only checks .R, .Rmd, and man pages by default, so .qmd files were never checked. This extendstests/spelling.Rto also runspell_check_files()over all .qmd files using the existing WORDLIST.Also fixes two typos now caught by the improved check: "oppenings" → "openings" and "anlyzing" → "analyzing".
Generated with Claude Code