Skip to content

Commit eb5ce8a

Browse files
rozzaCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 935f140 commit eb5ce8a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,5 +184,5 @@ Primary CI runs on MongoDB's Evergreen system. Configuration is in `.evergreen/`
184184
Run locally at minimum:
185185

186186
```bash
187-
./gradlew doc check scalaCheck # Generates docs, runs static checks + tests
187+
./gradlew docs check scalaCheck # Generates docs, runs static checks + tests
188188
```

driver-core/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Core driver internals shared by all driver variants (sync, reactive, Kotlin, Sca
2727

2828
- Every package must have a `package-info.java`
2929
- Most extensive test suite — JUnit 5 + Spock (Groovy) + Mockito. Match surrounding patterns carefully.
30-
- `com.mongodb.internal.build.MongoDriverVersion` is auto-generated by the `com.github.gmazzo.buildconfig` Gradle plugin — run `./gradlew :driver-core:generateMongoDriverVersion` if missing
30+
- `com.mongodb.internal.build.MongoDriverVersion` is auto-generated by the `com.github.gmazzo.buildconfig` Gradle plugin — run `./gradlew :driver-core:generateBuildConfig` if missing
3131
- Never block in async code paths
3232

3333
## Key Patterns

0 commit comments

Comments
 (0)