Uh oh!
There was an error while loading. Please reload this page.
chore: exclude shell scripts from ESLint linting - #1495
Conversation
Shell scripts in the hooks/ directory are not JavaScript and should not be linted by ESLint. Add hooks/** to the ignore patterns so ESLint doesn't attempt to process them. This prevents linting failures on portable shell scripts like hooks/pr-checklist-validator.sh and hooks/pr-merge-governance-validator.sh Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Warning Review limit reached
Next review available in:48 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
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 |
🔍 Reviewer Summary for PR #1495CI Status: ✅ Recommendations
|
⏱️ Aging and SLA annotation
Maintained by project-meta-sync workflow. |
Tick the box to add this pull request to the merge queue (same as
|
Uh oh!
There was an error while loading. Please reload this page.
Address Copilot review feedback: - AGENTS.md line 278: Clarify UserPromptSubmit hook is optional, not automatic - CONTRIBUTING.md lines 84 & 93: Emphasize hook requires manual configuration - Remove duplicate eslint.config.cjs change (already merged in PR #1495) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Address Copilot review feedback: - AGENTS.md line 278: Clarify UserPromptSubmit hook is optional, not automatic - CONTRIBUTING.md lines 84 & 93: Emphasize hook requires manual configuration - Remove duplicate eslint.config.cjs change (already merged in PR #1495) Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Linked issues
Relates to #1489
Context
Shell scripts in the
hooks/directory are not JavaScript and should not be linted by ESLint. This prevents ESLint from attempting to process them and causing linting failures.Changes
hooks/**to ESLint ignore patterns in eslint.config.cjsImpact
Changelog
Changed
Checklist (Global DoD / PR)