Skip to content
Closed
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
16 changes: 8 additions & 8 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ early_access: false
# Review profile & presentation
# -----------------------------------------------------------------------------
reviews:
tools:
# golangci-lint — no project-level config file; uses pre-commit default settings.
golangci-lint:
enabled: true
# gitleaks — scan for leaked secrets/credentials in diffs.
gitleaks:
enabled: true

profile: chill
high_level_summary: true
review_status: true
Expand Down Expand Up @@ -295,14 +303,6 @@ knowledge_base:
# -----------------------------------------------------------------------------
# Tools — static analysis integrations
# -----------------------------------------------------------------------------
tools:
# golangci-lint — no project-level config file; uses pre-commit default settings.
golangci-lint:
enabled: true
# gitleaks — scan for leaked secrets/credentials in diffs.
gitleaks:
enabled: true

# -----------------------------------------------------------------------------
# Chat — auto-reply to @coderabbitai mentions
# -----------------------------------------------------------------------------
Expand Down
Loading