.coderabbit.yaml 1.11 KB
Newer Older
1
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-License-Identifier: Apache-2.0

# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
# Docs: https://docs.coderabbit.ai/getting-started/configure-coderabbit/
language: "en-US"
early_access: false
reviews:
  profile: "chill"
  request_changes_workflow: false
  high_level_summary: true
  # John likes the poems, no messing
  poem: true
  review_status: false
  collapse_walkthrough: false
  auto_review:
    enabled: true
    drafts: false
19
    auto_incremental_review: false
20
21
  suggested_labels: false
  suggested_reviewers: false
22
23
24
  sequence_diagrams: false
  related_issues: false
  related_prs: false
25
26
27
28
29
  finishing_touches:
    docstrings:
      enabled: false
    unit_tests:
      enabled: false
30
31
32
33
34
35
36
37
38
  path_instructions:
    - path: "**/*.py"
      instructions: "Review against .ai/python-guidelines.md"
    - path: "**/tests/**/*.py"
      instructions: "Review against .ai/pytest-guidelines.md"
knowledge_base:
  code_guidelines:
    filePatterns:
      - ".ai/**/*.md"
39
40
chat:
  auto_reply: true