Skip to content

Commit 759fe47

Browse files
committed
ci(tools): add coderabbit config
Signed-off-by: Artur Troian <troian@users.noreply.github.com>
1 parent 4764587 commit 759fe47

1 file changed

Lines changed: 167 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
# yaml-language-server: $schema=https://storage.googleapis.com/coderabbit_public_assets/schema.v2.json
2+
---
3+
language: en-US
4+
tone_instructions: ""
5+
early_access: true
6+
enable_free_tier: true
7+
reviews:
8+
profile: chill
9+
request_changes_workflow: false
10+
high_level_summary: false
11+
auto_title_instructions: ""
12+
review_status: true
13+
commit_status: true
14+
fail_commit_status: false
15+
collapse_walkthrough: false
16+
changed_files_summary: true
17+
sequence_diagrams: true
18+
assess_linked_issues: true
19+
related_issues: true
20+
related_prs: true
21+
suggested_labels: true
22+
auto_apply_labels: false
23+
suggested_reviewers: true
24+
auto_assign_reviewers: false
25+
poem: true
26+
labeling_instructions:
27+
- label: ""
28+
instructions: ""
29+
path_filters: []
30+
path_instructions:
31+
- path: ""
32+
instructions: ""
33+
abort_on_close: true
34+
disable_cache: false
35+
auto_review:
36+
enabled: true
37+
auto_incremental_review: true
38+
ignore_title_keywords: []
39+
labels: []
40+
drafts: false
41+
base_branches: []
42+
finishing_touches:
43+
docstrings:
44+
enabled: true
45+
unit_tests:
46+
enabled: true
47+
tools:
48+
ast-grep:
49+
rule_dirs: []
50+
util_dirs: []
51+
essential_rules: true
52+
packages: []
53+
shellcheck:
54+
enabled: true
55+
ruff:
56+
enabled: true
57+
markdownlint:
58+
enabled: true
59+
github-checks:
60+
enabled: true
61+
timeout_ms: 90000
62+
languagetool:
63+
enabled: true
64+
enabled_rules: []
65+
disabled_rules: []
66+
enabled_categories: []
67+
disabled_categories: []
68+
enabled_only: false
69+
level: default
70+
biome:
71+
enabled: true
72+
hadolint:
73+
enabled: true
74+
swiftlint:
75+
enabled: true
76+
config_file: ""
77+
phpstan:
78+
enabled: true
79+
level: default
80+
golangci-lint:
81+
enabled: true
82+
config_file: ""
83+
yamllint:
84+
enabled: true
85+
gitleaks:
86+
enabled: true
87+
checkov:
88+
enabled: true
89+
detekt:
90+
enabled: true
91+
config_file: ""
92+
eslint:
93+
enabled: true
94+
rubocop:
95+
enabled: true
96+
buf:
97+
enabled: true
98+
regal:
99+
enabled: true
100+
actionlint:
101+
enabled: true
102+
pmd:
103+
enabled: true
104+
config_file: ""
105+
cppcheck:
106+
enabled: true
107+
semgrep:
108+
enabled: true
109+
config_file: ""
110+
circleci:
111+
enabled: true
112+
clippy:
113+
enabled: true
114+
sqlfluff:
115+
enabled: true
116+
prismaLint:
117+
enabled: true
118+
pylint:
119+
enabled: true
120+
oxc:
121+
enabled: true
122+
shopifyThemeCheck:
123+
enabled: true
124+
luacheck:
125+
enabled: true
126+
brakeman:
127+
enabled: true
128+
dotenvLint:
129+
enabled: true
130+
checkmake:
131+
enabled: true
132+
chat:
133+
auto_reply: true
134+
integrations:
135+
jira:
136+
usage: auto
137+
linear:
138+
usage: auto
139+
knowledge_base:
140+
opt_out: false
141+
web_search:
142+
enabled: true
143+
code_guidelines:
144+
enabled: true
145+
filePatterns: []
146+
learnings:
147+
scope: auto
148+
issues:
149+
scope: auto
150+
jira:
151+
usage: auto
152+
project_keys: []
153+
linear:
154+
usage: auto
155+
team_keys: []
156+
pull_requests:
157+
scope: auto
158+
code_generation:
159+
docstrings:
160+
language: en-US
161+
path_instructions:
162+
- path: ""
163+
instructions: ""
164+
unit_tests:
165+
path_instructions:
166+
- path: ""
167+
instructions: ""

0 commit comments

Comments
 (0)