Maintenance#15
Conversation
|
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 (7)
📝 WalkthroughWalkthroughThis PR updates export rules, modernizes two PHP classes (adds an #[\Override] and uses constructor property promotion), adds Typoscript linting configuration and composer script, and cleans up Rector and .gitignore entries. Changes are limited to tooling/config and small PHP refactors. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 `@Tests/CGL/composer.json`:
- Line 66: The "lint:typoscript" composer script currently runs "@php
typoscript-lint", which bypasses Composer's bin proxy; update the
"lint:typoscript" script to invoke the Composer-generated binary proxy (i.e. use
the bin proxy name provided by the helmich/typo3-typoscript-lint package instead
of prepending "@php") so Composer resolves the executable from vendor binaries
correctly.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 2a7b197c-8d5c-4980-ad69-50217a894a84
📒 Files selected for processing (6)
.gitattributesClasses/Page/AssetRenderer.phpClasses/ViewHelpers/Asset/CssViewHelper.phpTests/CGL/composer.jsonTests/CGL/rector.phpTests/CGL/typoscript-lint.yml
💤 Files with no reviewable changes (1)
- Tests/CGL/rector.php
Summary by CodeRabbit
New Features
Chores