Skip to content

Commit 03028e9

Browse files
ci: customise CodeRabbit's configuration (#272)
1 parent fed0367 commit 03028e9

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

.coderabbit.yaml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
early_access: true
2+
language: "en-US"
3+
chat:
4+
auto_reply: true
5+
reviews:
6+
auto_review:
7+
base_branches: ["main"]
8+
drafts: true
9+
enabled: true
10+
ignore_title_keywords: ["docs:", "release:"]
11+
collapse_walkthrough: false
12+
high_level_summary: true
13+
path_instructions:
14+
- path: "tests/MartinGeorgiev/Doctrine/ORM/Query/AST/Functions/**/*.php"
15+
instructions: "Use the online PostgreSQL's official documentation to check that the tests have comprehensive use-cases and example SQL queries for the tested SQL functions and operators."
16+
poem: true
17+
profile: "chill"
18+
request_changes_workflow: true
19+
review_status: false
20+
suggested_reviewers: false
21+
tools:
22+
github-checks:
23+
enabled: true
24+
gitleaks:
25+
enabled: true
26+
languagetool:
27+
enabled: true
28+
markdownlint:
29+
enabled: true
30+
phpstan:
31+
enabled: true
32+
config_path: "ci/phpstan/config.neon"
33+
level: "max"
34+
shellcheck:
35+
enabled: true
36+
yamllint:
37+
enabled: true

0 commit comments

Comments
 (0)