-
Notifications
You must be signed in to change notification settings - Fork 24
/
.coderabbit.yaml
61 lines (61 loc) · 1.22 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
early_access: false
enable_free_tier: true
language: en
tone_instructions: ''
knowledge_base:
learnings:
scope: auto
issues:
scope: auto
jira:
project_keys: []
linear:
team_keys: []
chat:
auto_reply: true
reviews:
profile: chill
request_changes_workflow: false
high_level_summary: true
high_level_summary_placeholder: '@coderabbitai summary'
poem: false
review_status: true
collapse_walkthrough: true
path_filters: []
path_instructions:
- path: '**/*.hpp'
instructions: >-
Review the C++ code, point out issues relative to principles of clean
code, expressiveness, and performance.
tools:
shellcheck:
enabled: true
ruff:
enabled: true
markdownlint:
enabled: true
github-checks:
enabled: true
timeout_ms: 90000
languagetool:
enabled: true
disabled_rules:
- EN_UNPAIRED_BRACKETS
disabled_categories:
- TYPOS
- TYPOGRAPHY
- CASING
enabled_only: false
level: default
biome:
enabled: true
hadolint:
enabled: true
auto_review:
enabled: true
ignore_title_keywords:
- WIP
labels: []
drafts: true
base_branches:
- master