Skip to content

Commit e816086

Browse files
Apply suggestions from code review
Co-authored-by: George L. Yermulnik <[email protected]>
1 parent 9f493c9 commit e816086

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.coderabbit.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
22
reviews:
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

0 commit comments

Comments
 (0)