Skip to content

Commit 9a1082b

Browse files
chore: create .coderabbit.yaml
1 parent 2dec13f commit 9a1082b

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

Diff for: .coderabbit.yaml

+79
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
language: pt-BR
2+
tone_instructions: ''
3+
early_access: true
4+
enable_free_tier: true
5+
reviews:
6+
profile: chill
7+
request_changes_workflow: true
8+
high_level_summary: true
9+
high_level_summary_placeholder: '@coderabbitai summary'
10+
auto_title_placeholder: '@coderabbitai'
11+
review_status: true
12+
poem: true
13+
collapse_walkthrough: false
14+
sequence_diagrams: true
15+
path_filters: []
16+
path_instructions: []
17+
abort_on_close: true
18+
auto_review:
19+
enabled: true
20+
auto_incremental_review: true
21+
ignore_title_keywords: []
22+
labels: []
23+
drafts: false
24+
base_branches: []
25+
tools:
26+
shellcheck:
27+
enabled: true
28+
ruff:
29+
enabled: true
30+
markdownlint:
31+
enabled: true
32+
github-checks:
33+
enabled: true
34+
timeout_ms: 90000
35+
languagetool:
36+
enabled: true
37+
enabled_only: false
38+
level: default
39+
disabled_categories:
40+
- TYPOS
41+
- TYPOGRAPHY
42+
- CASING
43+
biome:
44+
enabled: true
45+
hadolint:
46+
enabled: true
47+
swiftlint:
48+
enabled: true
49+
phpstan:
50+
enabled: true
51+
level: default
52+
golangci-lint:
53+
enabled: true
54+
yamllint:
55+
enabled: true
56+
gitleaks:
57+
enabled: true
58+
checkov:
59+
enabled: true
60+
detekt:
61+
enabled: true
62+
eslint:
63+
enabled: true
64+
rubocop:
65+
enabled: true
66+
buf:
67+
enabled: true
68+
chat:
69+
auto_reply: true
70+
knowledge_base:
71+
opt_out: false
72+
learnings:
73+
scope: auto
74+
issues:
75+
scope: auto
76+
jira:
77+
project_keys: []
78+
linear:
79+
team_keys: []

0 commit comments

Comments
 (0)