From a668a8f6196e4caa9b08e1d1f1c14490edfff5d0 Mon Sep 17 00:00:00 2001 From: JAEJUN090210 Date: Fri, 5 Dec 2025 15:09:59 +0900 Subject: [PATCH] Adds CodeRabbit configuration file Adds a `.coderabbit.yaml` file to configure the CodeRabbit code review tool. The configuration specifies the language, review profile, level, and auto-review settings. It also defines path filters to exclude certain directories from the review process. The style settings configure the language and tone of the review summaries, and specific instructions are included to guide the review process. --- .coderabbit.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000..3961f6f --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,26 @@ +language: "ko-KR" +version: 1 +reviews: + profile: "chill" + level: basic + enable_auto_review: true + high_level_summary: true + sequence_diagrams: true + assess_linked_issues: true + suggested_reviewers: true + auto_assign_reviewers: true + auto_review_on: + - pull_request + path_filters: + exclude: + - "dist/**" + - "node_modules/**" + - "build/**" +style: + language: ko + tone: friendly + summary: true +instructions: + - Emotion 기반의 css + - React 컴포넌트 작성 + - TypeScript 사용