Skip to content

Commit 3dae1f6

Browse files
Try to convince GCA to stop complaining about dependency_overrides (#9879)
Adds a section to the review agent configuration to try to get it to stop leaving comments like [this one](#9878 (comment)) on federated plugin PRs that are following our standard, documented process.
1 parent ebab2fe commit 3dae1f6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gemini/styleguide.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,10 @@ When providing a summary, the review agent must adhere to the following principl
3131
description, which may be outdated or inaccurate. A summary must reflect the actual changes in the code.
3232
- **Be Concise:** Generate summaries that are brief and to the point. Focus on the most significant changes,
3333
and avoid unnecessary details or verbose explanations. This ensures the feedback is easy to scan and understand.
34+
35+
### Temporary dependency_overrides
36+
37+
It is normal practice for PRs that affect multiple packages in a federated plugin to contain a temporary
38+
`dependency_overrides` section during initial review. The review agent should not comment about
39+
`dependency_overrides` sections in `pubspec.yaml` files that have a comment starting with:
40+
"FOR TESTING AND INITIAL REVIEW ONLY. DO NOT MERGE."

0 commit comments

Comments
 (0)