forked from argoproj/argo-workflows
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
72 lines (57 loc) · 1.62 KB
/
.coderabbit.yaml
File metadata and controls
72 lines (57 loc) · 1.62 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: en-US
reviews:
# Disable review status comments on PRs
review_status: false
# Request changes when issues are found (vs just commenting)
request_changes_workflow: false
# Enable high-level summary of changes
high_level_summary: true
# Add a poem to the review (fun but optional - set false if you prefer serious reviews)
poem: false
# Review profile - choose from: chill, assertive, or default
# "chill" = fewer nitpicks, "assertive" = stricter reviews
profile: chill
# Collapse walkthrough comments to reduce noise
collapse_walkthrough: true
# Paths to ignore during reviews
path_filters:
- "!**/*.generated.go"
- "!**/*_generated.go"
- "!**/zz_generated.*.go"
- "!**/mocks/**"
- "!**/vendor/**"
- "!**/*.pb.go"
- "!**/node_modules/**"
- "!**/*.snap"
- "!**/dist/**"
- "!**/api/openapi-spec/*.json"
- "!**/sdks/java/client/**"
- "!**/sdks/python/client/**"
auto_review:
enabled: false
# Tools configuration
tools:
# Go linting
golangci-lint:
enabled: true
# Shell script analysis
shellcheck:
enabled: true
# YAML validation (great for K8s manifests)
yamllint:
enabled: true
# Markdown linting for docs
markdownlint:
enabled: true
# GitHub Actions workflow validation
actionlint:
enabled: true
chat:
# Enable chat interactions on PRs
auto_reply: true
# Knowledge base - helps CodeRabbit understand project context
knowledge_base:
# Learn from merged PRs
learnings:
scope: auto