Add white-list to WorkingCopyCheck
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 459
- Forks
- 45
- PR merge metrics
- No merged PRs in 30d
Description
In my project, I have a CHANGELOG.txt which I update before releasing. In my custom action, I then add a version line to this file. But, for this to work, the CHANGELOG.txt must be committed first because of the working-copy-check. I don't want to use the ignore option as other changes must still be checked. Could a whitelist option be added so some files are left out of this check?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the WorkingCopyCheck implementation and the existing ignore option or configuration handling. Add a whitelist path that excludes only the named files while continuing to check all other working-copy changes, then verify the behavior with the relevant tests or release-check command.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- cli, release
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100