Skip to content

Commit 4669e85

Browse files
committed
remove defaults
Signed-off-by: Venky Ganesh <[email protected]>
1 parent ef78856 commit 4669e85

File tree

1 file changed

+1
-145
lines changed

1 file changed

+1
-145
lines changed

.coderabbit.yaml

Lines changed: 1 addition & 145 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,14 @@
1515

1616
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
1717
# https://docs.coderabbit.ai/getting-started/configure-coderabbit/
18+
# In PR, comment "@coderabbitai configuration" to get the full config including defaults
1819
language: "en-US"
19-
tone_instructions: ''
2020
reviews:
2121
profile: chill
22-
request_changes_workflow: true
23-
high_level_summary: true
24-
high_level_summary_placeholder: '@coderabbitai summary'
25-
high_level_summary_in_walkthrough: true
2622
auto_title_placeholder: '@coderabbitai title'
2723
auto_title_instructions: 'Should follow the format: "[fix/feat/doc/infra/...] \<summary of this PR\>". Keep it concise.'
28-
review_status: true
2924
commit_status: false
30-
fail_commit_status: false
3125
collapse_walkthrough: true
32-
changed_files_summary: true
33-
sequence_diagrams: true
3426
assess_linked_issues: true
3527
related_issues: true
3628
related_prs: true
@@ -39,146 +31,10 @@ reviews:
3931
suggested_reviewers: true
4032
auto_assign_reviewers: true
4133
poem: false
42-
labeling_instructions: []
43-
path_filters: []
44-
abort_on_close: true
45-
disable_cache: false
4634
auto_review:
4735
drafts: true
4836
base_branches: ["main", "release/.+"]
49-
finishing_touches:
50-
docstrings:
51-
enabled: true
52-
unit_tests:
53-
enabled: true
54-
pre_merge_checks:
55-
docstrings:
56-
mode: warning
57-
threshold: 80
58-
title:
59-
mode: warning
60-
requirements: ''
61-
description:
62-
mode: warning
63-
issue_assessment:
64-
mode: warning
65-
tools:
66-
ast-grep:
67-
rule_dirs: []
68-
util_dirs: []
69-
essential_rules: true
70-
packages: []
71-
shellcheck:
72-
enabled: true
73-
ruff:
74-
enabled: true
75-
markdownlint:
76-
enabled: true
77-
github-checks:
78-
enabled: true
79-
timeout_ms: 90000
80-
languagetool:
81-
enabled: true
82-
enabled_rules: []
83-
disabled_rules: []
84-
enabled_categories: []
85-
disabled_categories: []
86-
enabled_only: false
87-
level: default
88-
biome:
89-
enabled: true
90-
hadolint:
91-
enabled: true
92-
swiftlint:
93-
enabled: true
94-
phpstan:
95-
enabled: true
96-
level: default
97-
phpmd:
98-
enabled: true
99-
phpcs:
100-
enabled: true
101-
golangci-lint:
102-
enabled: true
103-
yamllint:
104-
enabled: true
105-
gitleaks:
106-
enabled: true
107-
checkov:
108-
enabled: true
109-
detekt:
110-
enabled: true
111-
eslint:
112-
enabled: true
113-
flake8:
114-
enabled: true
115-
rubocop:
116-
enabled: true
117-
buf:
118-
enabled: true
119-
regal:
120-
enabled: true
121-
actionlint:
122-
enabled: true
123-
pmd:
124-
enabled: true
125-
cppcheck:
126-
enabled: true
127-
semgrep:
128-
enabled: true
129-
circleci:
130-
enabled: true
131-
clippy:
132-
enabled: true
133-
sqlfluff:
134-
enabled: true
135-
prismaLint:
136-
enabled: true
137-
pylint:
138-
enabled: true
139-
oxc:
140-
enabled: true
141-
shopifyThemeCheck:
142-
enabled: true
143-
luacheck:
144-
enabled: true
145-
brakeman:
146-
enabled: true
147-
dotenvLint:
148-
enabled: true
149-
htmlhint:
150-
enabled: true
151-
checkmake:
152-
enabled: true
153-
chat:
154-
auto_reply: true
155-
integrations:
156-
jira:
157-
usage: auto
158-
linear:
159-
usage: auto
16037
knowledge_base:
161-
opt_out: false
162-
web_search:
163-
enabled: true
16438
code_guidelines:
16539
enabled: true
16640
filePatterns: ["**/CODING_GUIDELINES.md"]
167-
learnings:
168-
scope: auto
169-
issues:
170-
scope: auto
171-
jira:
172-
usage: auto
173-
project_keys: []
174-
linear:
175-
usage: auto
176-
team_keys: []
177-
pull_requests:
178-
scope: auto
179-
code_generation:
180-
docstrings:
181-
language: en-US
182-
path_instructions: []
183-
unit_tests:
184-
path_instructions: []

0 commit comments

Comments
 (0)