Skip to content
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
11 changes: 10 additions & 1 deletion .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tone_instructions: >-
the build; Lombok and JSpecify are intentional — do not re-flag them.

reviews:
profile: chill
profile: assertive
request_changes_workflow: false
poem: false
collapse_walkthrough: true
Expand Down Expand Up @@ -46,11 +46,20 @@ reviews:
- path: "src/test/java/**/*Test.java"
instructions: >-
Unit tests (surefire; Mockito + pure logic). Same naming and AssertJ conventions as ITs.
- path: ".github/**"
instructions: >-
actionlint and zizmor also run here as a blocking "Lint workflows" CI job and on a
weekly schedule; zizmor's policy lives in .github/zizmor.yml.
The `# zizmor: ignore[...]` suppressions, the tag-pinned first-party `actions/*`
refs, and the workspace-relative `./.github/actions/...` action syntax are
deliberate policy — do not re-raise them in prose review.
tools:
gitleaks:
enabled: true
actionlint:
enabled: true
zizmor:
enabled: true

knowledge_base:
code_guidelines:
Expand Down