Skip to content

Commit 3b29b7d

Browse files
authored
Merge pull request #13 from raifdmueller/feature/coderabbit-issue-86
ci: Add CodeRabbit AI code review configuration (#86)
2 parents a5bb65e + 62d79bd commit 3b29b7d

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

.coderabbit.yml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
language: "de-DE"
2+
3+
reviews:
4+
profile: "chill"
5+
request_changes_workflow: false
6+
high_level_summary: true
7+
poem: false
8+
review_status: true
9+
collapse_walkthrough: false
10+
auto_review:
11+
enabled: true
12+
drafts: false
13+
base_branches:
14+
- main
15+
16+
path_instructions:
17+
- path: "docs/anchors/**/*.adoc"
18+
instructions: |
19+
Prüfe ob der Semantic Anchor die Qualitätskriterien erfüllt:
20+
- Präzise: Referenziert spezifisches, etabliertes Wissen mit klaren Grenzen
21+
- Reichhaltig: Aktiviert mehrere verknüpfte Konzepte, nicht nur eine Anweisung
22+
- Konsistent: Verschiedene Nutzer erhalten ähnliche konzeptuelle Aktivierung
23+
- Zuordenbar: Rückverfolgbar zu Proponenten, Publikationen oder Standards
24+
Pflichtfelder: :categories:, :roles:, :proponents:
25+
Format: AsciiDoc mit [%collapsible] Block
26+
27+
- path: "website/src/**/*.js"
28+
instructions: |
29+
Check for: security issues, unused variables, proper error handling.
30+
Style: no semicolons, single quotes, 2-space indent (enforced by ESLint/Prettier).
31+
32+
- path: ".github/workflows/**/*.yml"
33+
instructions: |
34+
Check for: pinned action versions, secret handling, unnecessary permissions.
35+
36+
chat:
37+
auto_reply: true

0 commit comments

Comments
 (0)