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 554 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
  1. # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
  2. reviews:
  3. high_level_summary: false
  4. sequence_diagrams: false
  5. changed_files_summary: false
  6. suggested_labels: false
  7. poem: false
  8. auto_review:
  9. enabled: true
  10. auto_incremental_review: true
  11. drafts: false
  12. path_instructions:
  13. - path: 'src/**'
  14. instructions: |
  15. - This is a CLI tool so errors need to be handled gracefully and logged with lots of information so the user can give us enough data to fix the issue or pass it to the developers.
Tip!

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

Comments

Loading...