-
Notifications
You must be signed in to change notification settings - Fork 45
fix oxlint #448
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
fix oxlint #448
Conversation
WalkthroughThe documentation for the JavaScript/TypeScript linter has been updated to rename "OXC" to "Oxlint." All textual references, section titles, and descriptions now use "Oxlint" and clarify its relationship to OXC. No configuration schema or code changes were made; only documentation text was updated. Changes
Poem
✨ Finishing Touches🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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
🔭 Outside diff range comments (1)
docs/reference/configuration.md (1)
3578-3581
: YAML field still points tooxc
, creating naming mismatch.Heading/UI labels are now “Oxlint”, but the YAML key remains
reviews.tools.oxc.enabled
.
Either rename the key toreviews.tools.oxlint.enabled
(preferred for consistency) or add an explicit note explaining that the legacy key name is retained for backward compatibility.
🧹 Nitpick comments (2)
docs/reference/configuration.md (2)
3555-3559
: Remove duplicated description block.The description “Oxlint is a JavaScript/TypeScript linter for OXC written in Rust.” appears here and again on line 3594. The second instance is redundant.
@@ -Oxlint is a JavaScript/TypeScript linter for OXC written in Rust.
3557-3557
: Minor wording tweak for clarity“for OXC written in Rust” reads awkwardly. Consider:
-Oxlint is a JavaScript/TypeScript linter for OXC written in Rust. +Oxlint is a Rust-based JavaScript/TypeScript linter built on top of OXC.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
static/schema/schema.v2.json
is excluded by!**/*.json
📒 Files selected for processing (1)
docs/reference/configuration.md
(2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
- GitHub Check: test
- GitHub Check: Cloudflare Pages
Deploying coderabbit-docs with
|
Latest commit: |
7c3a2f9
|
Status: | ✅ Deploy successful! |
Preview URL: | https://dc86c1a4.coderabbit-docs.pages.dev |
Branch Preview URL: | https://fix-oxlint-docs.coderabbit-docs.pages.dev |
No description provided.