Fix CODESTYLE spelling rule: US English only, document CI scope - #11
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #11 +/- ##
========================================
Coverage 44.39% 44.39%
========================================
Files 25 25
Lines 3347 3347
Branches 253 253
========================================
Hits 1486 1486
Misses 1819 1819
Partials 42 42 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Updates PhotoCleaner’s contributor coding style guide to match the repository’s actual CI/editor enforcement, keeping documentation rules accurate and consistent with the tooling configuration.
Changes:
- Corrects the spelling convention to US English only (matching
cspell.json). - Corrects Markdown linting guidance to reflect that CI runs markdownlint.
- Documents the CI spell-check scope as
README.mdandHISTORY.mdonly.
ptr727
added a commit
that referenced
this pull request
Aug 3, 2026
Three factual corrections in the Markdown/Spelling section: - Spelling was "US or UK English", contradicting the fleet US-only rule (cspell.json pins language en-US). Correct to US English. - Markdown linting was marked "local only; no CI", but CI (validate-task) runs markdownlint. Correct the claim. - Document the CI spell-check scope (README.md + HISTORY.md), matching ptr727/ProjectTemplate#302, #303. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three factual corrections to CODESTYLE.md's Markdown/Spelling section:
cspell.jsonpins"language": "en-US"). Corrected to US English.validate-task.yml) runs markdownlint. Corrected.Note: PhotoCleaner's CODESTYLE.md predates the template's General/.NET/Python restructure. This PR is a targeted correctness fix, not the full structural modernization (flagged separately).
🤖 Generated with Claude Code