chore: Add 'correct' to list of imperatives#382
Conversation
✅ Deploy Preview for commit-check ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA single-line change to the IMPERATIVES set in commit_check/imperatives.py, replacing the imperative verb "count" with "correctcount" to modify the allowed verbs for commit message validation. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@commit_check/imperatives.py`:
- Line 49: The token "correctcount" in the imperatives list is an accidental
concatenation; open the imperatives.py list where the string "correctcount"
appears and replace it with two separate imperative verbs "correct" and "count"
(i.e., remove "correctcount" and add "correct" and "count" entries) so the
subject validator sees the intended verbs.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: dbeef2c5-5dfc-4e32-aa53-2873541bde8e
📒 Files selected for processing (1)
commit_check/imperatives.py
Merging this PR will degrade performance by 37.56%
Performance Changes
Comparing Footnotes
|
|



Summary by CodeRabbit