Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.coderabbit.yaml 634 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
  1. # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
  2. # Language settings
  3. language: 'en-US'
  4. early_access: false
  5. # Review configuration - minimal comments
  6. reviews:
  7. profile: 'chill'
  8. request_changes_workflow: false
  9. high_level_summary: false
  10. sequence_diagrams: false
  11. changed_files_summary: false
  12. suggested_labels: false
  13. poem: false
  14. review_status: false
  15. collapse_walkthrough: true
  16. auto_review:
  17. enabled: true
  18. auto_incremental_review: false
  19. drafts: false
  20. ignore_draft_pr: true
  21. focus_on_security_issues: true
  22. # Chat configuration - minimal interaction
  23. chat:
  24. auto_reply: false
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...