File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
22reviews :
3- # Make AI main comment collapsed by default, as it took too much space when
4- # expanded. Plus it's not needed during every PR opening , mostly during first
5- # check
3+ # Collapse main AI comment by default, as it takes too much space when
4+ # expanded. It also is needless for subsequent rounds of PR review , mostly
5+ # only for the first one
66 collapse_walkthrough : true
7- # Move AI-generated summary from PR description to AI main comment. It
8- # hallucinate sometimes, especially in PRs which change linting rules
7+ # Move AI-generated summary from PR description to main AI comment. It
8+ # hallucinates sometimes, especially with PRs that change code linting rules
99 high_level_summary_in_walkthrough : true
10- # Disable false-positive cross links between PRs and issues
10+ # Disable false-positive cross links to issues
1111 related_issues : false
12- # Disable false-positive cross links between PRs and issues
12+ # Disable false-positive cross links to PRs
1313 related_prs : false
1414 # Disable useless Poem generation
1515 poem : false
You can’t perform that action at this time.
0 commit comments