File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ have_fun : false
2+ memory_config :
3+ disabled : false
4+ code_review :
5+ disable : false
6+ comment_severity_threshold : LOW
7+ max_review_comments : -1
8+ pull_request_opened :
9+ help : true
10+ summary : true
11+ code_review : true
12+ include_drafts : true
13+ ignore_patterns :
14+ - " **/node_modules/**"
Original file line number Diff line number Diff line change 1+ # React Native Firebase Gemini Review Guide
2+
3+ If an ` AGENTS.md ` file exists at the repository root, follow that guidance first.
4+
5+ If no root ` AGENTS.md ` file exists, use the guidance below.
6+
7+ ## Testing expectations
8+
9+ - Suggest tests when behavior changes or regression risk increases.
10+ - Prefer focused tests near the changed package rather than broad new coverage.
11+ - Avoid asking for redundant tests when existing coverage already appears sufficient.
12+
You can’t perform that action at this time.
0 commit comments