.coderabbit.yaml 1.17 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
# 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
12
  poem: false
13
14
15
16
17
  review_status: false
  collapse_walkthrough: false
  auto_review:
    enabled: true
    drafts: false
18
    auto_incremental_review: false
19
20
  suggested_labels: false
  suggested_reviewers: false
21
22
23
  sequence_diagrams: false
  related_issues: false
  related_prs: false
24
25
26
27
28
  finishing_touches:
    docstrings:
      enabled: false
    unit_tests:
      enabled: false
29
30
31
32
33
  path_instructions:
    - path: "**/*.py"
      instructions: "Review against .ai/python-guidelines.md"
    - path: "**/tests/**/*.py"
      instructions: "Review against .ai/pytest-guidelines.md"
34
35
    - path: "**/launch/**/*.sh"
      instructions: "Review against .ai/bash-launch-guidelines.md"
36
37
38
39
knowledge_base:
  code_guidelines:
    filePatterns:
      - ".ai/**/*.md"
40
41
chat:
  auto_reply: true