Feature request: Add "enforce once" option to the rule
Open
Nobody has claimed this yet.
feature
- Dominant language
- Python
- Stars
- 6.5k
- Forks
- 787
- PR merge metrics
- No merged PRs in 30d
Description
There are cases where the rule only need to be run once.
Add enforce_once boolean to rule definition, and turn rule to "disabled" after it is enforced once.
Contributor guide
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 rule definition and the code path that enforces rules; the issue names no files or tests. Confirm how an enforce_once boolean should disable a rule after its first enforcement, then add coverage for both enabled and repeated-enforcement behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100