Skip to content

Commit 9fb61cd

Browse files
nanotaboadaclaude
andcommitted
fix(coderabbit): correct test datasource and add missing commit types (#335)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f94c213 commit 9fb61cd

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.coderabbit.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,10 @@ reviews:
109109
110110
- path: "src/test/resources/application.properties"
111111
instructions: |
112-
- Verify H2 in-memory database for tests
113-
- Check test-specific configurations
114-
- Ensure proper test isolation settings
112+
- Verify in-memory SQLite for tests (jdbc:sqlite::memory:)
113+
- Check test-specific SQLite configurations (dialect, driver, ddl-auto)
114+
- Ensure Spring SQL init uses ddl.sql + dml.sql (not Flyway, which must be disabled)
115+
- Ensure proper test isolation (server.port=0, spring.flyway.enabled=false)
115116
116117
- path: "src/main/resources/logback-spring.xml"
117118
instructions: |
@@ -237,7 +238,7 @@ reviews:
237238
title:
238239
mode: warning
239240
requirements: |
240-
- Use Conventional Commits format (feat:, fix:, chore:, docs:, test:, refactor:)
241+
- Use Conventional Commits format (feat:, fix:, chore:, docs:, test:, refactor:, ci:, perf:)
241242
- Keep under 80 characters
242243
- Be descriptive and specific
243244
description:

0 commit comments

Comments
 (0)