Skip to content

Commit b66e127

Browse files
ParaskP7claude
andcommitted
AI: Remove lint gotcha from agents.md per code review
Remove the lint warnings-as-errors gotcha from the important gotchas section as it is discoverable by agents when reading the build files directly. PR Comment: #296 (comment) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f2d69b6 commit b66e127

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ Three independently published library modules plus a sample app and benchmark mo
6060

6161
- Build files use **Groovy** (`build.gradle`, `settings.gradle`), not Kotlin DSL — except `benchmark/build.gradle.kts` which uses Kotlin DSL
6262
- Dependency versions are defined as `ext` properties in root `build.gradle`, not a version catalog
63-
- Lint treats warnings as errors (`warningsAsErrors true`). `AutomatticTracks` uses a lint baseline file
6463

6564
## Publishing
6665

0 commit comments

Comments
 (0)