Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE-2 CodeRabbit Setting #8

Merged
merged 4 commits into from
Dec 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
language: "ko-KR"
tone_instructions: "친근하고 부드러운 톤으로 대화하되, 전문성 있는 조언을 제공해주세요"
early_access: false
enable_free_tier: true
reviews:
profile: "assertive"
Comment on lines +5 to +6
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🛠️ Refactor suggestion

리뷰 프로필과 톤 설정의 일관성을 고려해주세요.

부드러운 대화 톤을 요청하셨는데, "assertive" 프로필은 이와 살짝 충돌할 수 있어요.

아래와 같이 수정하는 것은 어떨까요?

reviews:
-    profile: "assertive"
+    profile: "collaborative"
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
reviews:
profile: "assertive"
reviews:
profile: "collaborative"

Loading