fix: obsolete the patch plugin quietly#2128
Conversation
the standalone patch plugin is not needed on this release
WalkthroughThe changes update the Changes
Sequence Diagram(s)sequenceDiagram
participant Script
participant Plugin
participant Log
Script->>Script: Check if plugin is in QUIET list
alt Plugin is in QUIET
Script->>Script: Remove plugin without logging
else Plugin is NOT in QUIET
Script->>Log: Log plugin movement to error directory
Script->>Script: Move plugin to error directory
end
Script->>Script: Execute cleanup loop to remove leftover .plg files
Possibly related PRs
Suggested Reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (3)
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
the standalone patch plugin is not needed on this release
Summary by CodeRabbit
New Features
Chores