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

chore(ci): update coderabbit config #2520

Merged
merged 1 commit into from
Jul 20, 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
33 changes: 30 additions & 3 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,25 @@
# https://docs.coderabbit.ai/guides/configure-coderabbit
language: "en-US"
early_access: false
chat: { auto_reply: true }
tone_instructions: >-
Maintain a formal tone, highlighting issues, and suggesting production-grade, elegant, and concise solutions.

reviews:
profile: chill
high_level_summary: true

# disables the cringe
poem: false
lumtis marked this conversation as resolved.
Show resolved Hide resolved

collapse_walkthrough: true
sequence_diagrams: true

path_filters:
- "!**/*.pb.go"
- "!**/*.pb.gw.go"
- "!**/*_pb.d.ts"

path_instructions:
- path: '**/*.go'
instructions: >-
Expand All @@ -13,8 +31,17 @@ reviews:
compatibility, and expressiveness.
- path: '**/*.sh'
instructions: >-
Review the shell scripts, point out issues relative to security,
performance, and maintainability.
Review the shell scripts, point out issues relative to security,
performance, and maintainability.

auto_review:
drafts: false
# disables review for new commits
auto_incremental_review: false
lumtis marked this conversation as resolved.
Show resolved Hide resolved
base_branches:
- develop
- develop

tools:
languagetool:
enabled: true
level: default
Loading