chore: stop tracking .claude/scheduled_tasks.lock - #1758
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughWalkthrough
ChangesGitignore Rule for Claude Code Lock File
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minutes 🚥 Pre-merge checks | ✅ 6✅ Passed checks (6 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1758 +/- ##
==========================================
- Coverage 58.45% 58.44% -0.02%
==========================================
Files 510 510
Lines 56288 56288
==========================================
- Hits 32901 32895 -6
- Misses 23387 23393 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
## What Remove `.claude/scheduled_tasks.lock` from version control and add a `.gitignore` rule so it is never committed again. ## Why This file is an **ephemeral Claude Code scheduler lock** — its contents are runtime process state (`sessionId`, `pid`, `procStart`, `acquiredAt`), not source. It was accidentally committed in #1623 and is currently tracked on `main`. Reported by @sychen52 in [review of #1623](#1623 (review)). ## Changes - `git rm --cached .claude/scheduled_tasks.lock` - Add `.claude/scheduled_tasks.lock` to `.gitignore` 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated repository configuration to exclude internal runtime lock files from version control. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Ye Yu <yeyu@nvidia.com>
What
Remove
.claude/scheduled_tasks.lockfrom version control and add a.gitignorerule so it is never committed again.Why
This file is an ephemeral Claude Code scheduler lock — its contents are runtime process state (
sessionId,pid,procStart,acquiredAt), not source. It was accidentally committed in #1623 and is currently tracked onmain.Reported by @sychen52 in review of #1623.
Changes
git rm --cached .claude/scheduled_tasks.lock.claude/scheduled_tasks.lockto.gitignore🤖 Generated with Claude Code
Summary by CodeRabbit