-
-
Notifications
You must be signed in to change notification settings - Fork 0
remove unused dependencies #65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThis pull request removes all references to the Changes
Assessment against linked issues
Possibly related PRs
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
README.md (1)
58-58
: Refactor: Replace bare URL with descriptive markdown link
markdownlint flags a bare URL here (MD034). For better readability and to comply with lint rules, replace the raw link with a labeled markdown link. For example:* [appstore libs.versions.toml](https://github.com/elimu-ai/appstore/blob/main/gradle/libs.versions.toml)This small tweak ensures our docs stay clean and accessible, supporting elimu.ai’s mission to build innovative learning software that empowers out-of-school children to teach themselves basic reading📖, writing✍🏽 and math🔢 within 6 months.
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
58-58: Bare URL used
null(MD034, no-bare-urls)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
README.md
(1 hunks)gradle/libs.versions.toml
(0 hunks)utils/build.gradle
(0 hunks)
💤 Files with no reviewable changes (2)
- utils/build.gradle
- gradle/libs.versions.toml
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
README.md
58-58: Bare URL used
null
(MD034, no-bare-urls)
⏰ Context from checks skipped due to timeout of 90000ms (7)
- GitHub Check: build (windows-latest, 21)
- GitHub Check: build (windows-latest, 17)
- GitHub Check: build (macos-latest, 17)
- GitHub Check: build (ubuntu-latest, 17)
- GitHub Check: build (macos-latest, 21)
- GitHub Check: build (ubuntu-latest, 21)
- GitHub Check: lint
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please resolve merge conflicts.
@tuancoltech Resolved ☑️ |
The
common-utils
library should not depend on any other elimu.ai library. See library dependency flowchart here: https://github.com/elimu-ai/wiki/blob/main/SOFTWARE_ARCHITECTURE.md#library-dependenciesIssue Number
Purpose
Technical Details
Testing Instructions
Regression Tests
Screenshots
Summary by CodeRabbit