-
-
Notifications
You must be signed in to change notification settings - Fork 121
/
Copy path.coderabbit.yaml
111 lines (111 loc) · 2.42 KB
/
.coderabbit.yaml
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
language: en-US
tone_instructions: ''
early_access: true
enable_free_tier: true
reviews:
profile: chill
request_changes_workflow: false
high_level_summary: false
high_level_summary_placeholder: '@coderabbitai summary'
high_level_summary_in_walkthrough: true
auto_title_placeholder: '@coderabbitai'
auto_title_instructions: ''
review_status: true
commit_status: true
fail_commit_status: false
collapse_walkthrough: true
changed_files_summary: true
sequence_diagrams: false
assess_linked_issues: true
related_issues: true
related_prs: true
suggested_labels: false
auto_apply_labels: false
suggested_reviewers: false
poem: false
labeling_instructions: []
path_filters: []
path_instructions: []
abort_on_close: true
auto_review:
enabled: true
auto_incremental_review: true
ignore_title_keywords: []
labels: []
drafts: false
base_branches: []
finishing_touches:
docstrings:
enabled: true
tools:
shellcheck:
enabled: true
ruff: # for Python
enabled: false
markdownlint:
enabled: true
github-checks:
enabled: true
timeout_ms: 90000
languagetool:
enabled: true
enabled_only: false
level: default
biome: # For JavaScript/TypeScript
enabled: false
hadolint:
enabled: true
swiftlint: # For Swift
enabled: false
phpstan: # For PHP
enabled: false
level: default
golangci-lint: # For Go
enabled: false
yamllint:
enabled: true
gitleaks:
enabled: true
checkov:
enabled: true
detekt: # For Kotlin
enabled: false
eslint: # For JavaScript/TypeScript
enabled: false
rubocop: # For Ruby
enabled: false
buf: # For Protobuf
enabled: false
regal: # For Rego
enabled: false
actionlint:
enabled: true
pmd: # For Java
enabled: false
cppcheck: # For C/C++
enabled: false
semgrep: # Static analysis. CodeRabbit recommends disabling this tool unless you configure specific rules for it.
enabled: false
circleci: # For CircleCI
enabled: false
chat:
auto_reply: true
integrations:
jira:
usage: disabled
linear:
usage: disabled
knowledge_base:
opt_out: false
learnings:
scope: auto
issues:
scope: auto
jira:
usage: disabled
project_keys: []
linear:
usage: disabled
team_keys: []
pull_requests:
scope: auto