feat: Update ComposeLintPlugin and define baseline at each module's level#617
feat: Update ComposeLintPlugin and define baseline at each module's level#617
Conversation
PR Reviewer Guide 🔍(Review updated until commit 0a5eabb)Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
d26c247 to
94fa513
Compare
|
Persistent review updated to latest commit 94fa513 |
PR Code Suggestions ✨No code suggestions found for the PR. |
94fa513 to
0a5eabb
Compare
|
Persistent review updated to latest commit 0a5eabb |
PR Code Suggestions ✨No code suggestions found for the PR. |
0a5eabb to
35c912a
Compare
|
Failed to generate code suggestions for PR |
There was a problem hiding this comment.
Pull request overview
This PR updates the project to use the version-catalog alias for the ComposeLintPlugin and configures an Android Lint baseline at the module level (app), aligning with the updated lint plugin setup.
Changes:
- Replace direct Compose lint plugin ID usage in the root build script with the
core.plugins.compose.lintalias. - Configure
android.lint.baselinein theappmodule to useapp/lint-baseline.xml.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| build.gradle.kts | Switches Compose lint plugin application to the version-catalog alias. |
| app/build.gradle.kts | Adds module-level Android Lint baseline configuration pointing to lint-baseline.xml. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
012677b to
c3eee47
Compare
|
This PR/issue depends on:
|
c3eee47 to
ad033c8
Compare
|



Depends on Infomaniak/android-core#738