-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
58 lines (55 loc) · 1.68 KB
/
.coderabbit.yaml
File metadata and controls
58 lines (55 loc) · 1.68 KB
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
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: fr-FR
tone_instructions: >-
Sois direct et concis. Concentre-toi sur les bugs réels, les problèmes de
sécurité et les erreurs de logique. Évite les suggestions cosmétiques.
early_access: true
reviews:
profile: assertive
request_changes_workflow: true
high_level_summary: true
auto_review:
enabled: true
drafts: false
base_branches:
- main
ignore_title_keywords:
- "chore: bump"
- "chore(main): release"
- "dependabot"
- "release-please"
- "[bot]"
path_filters:
- "!**/generated/**"
- "!**/node_modules/**"
- "!bun.lockb"
- "!*.lock"
path_instructions:
- path: "apps/web/**"
instructions: >-
Frontend React 19 avec React Compiler. Utilise Tailwind CSS 4,
react-hook-form, TanStack Query. Vérifie la compatibilité React
Compiler (pas de setState dans les effects, useWatch au lieu de watch).
- path: "apps/api/**"
instructions: >-
API Express 5 sur Bun. Validation avec Zod. Vérifie que les schémas
Zod correspondent à l'OpenAPI spec.
- path: "packages/api-spec/**"
instructions: >-
OpenAPI 3.1 spec. Les modifications ici nécessitent un `bun run codegen`
pour régénérer les clients. Vérifie la cohérence des schémas.
- path: "packages/db/**"
instructions: >-
Schéma Drizzle ORM pour PostgreSQL. Vérifie les migrations et la
cohérence des types.
tools:
eslint:
enabled: true
biome:
enabled: false
semgrep:
enabled: false
opengrep:
enabled: true
chat:
auto_reply: true