-
-
Notifications
You must be signed in to change notification settings - Fork 713
docs: fix broken link, update rule count #7194
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
|
WalkthroughMultiple locale README files for Biome were updated to adjust the linter rules count (to ~340/340+) and to change the rules documentation URL to the language-specific /linter/javascript/rules/ path. Some locales (e.g., PT-BR, RU) also added or tweaked sentences about diagnostics and live formatting; PT-BR removed a prior editor-interactivity line. zh-TW wrapped the rule count in a hyperlink. No code or public API changes. Suggested labels
Suggested reviewers
✨ 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. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
Status, Documentation and Community
|
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)
packages/@biomejs/biome/README.pt-BR.md (1)
41-46
: Avoid triple “Biome é …” repetition; minor copy tweaksBoth links return 200 OK. Nice fixes—let’s improve flow and tweak one noun:
-**Biome é um [linter eficiente](https://github.com/biomejs/biome/tree/main/benchmark#linting)** para _JavaScript_, _TypeScript_, e _JSX_ que possui **[mais de 340 regras](https://biomejs.dev/pt-br/linter/javascript/rules/)** do ESLint, typescript-eslint, e de [outras fontes](https://github.com/biomejs/biome/discussions/3). +**O Biome também é um [linter eficiente](https://github.com/biomejs/biome/tree/main/benchmark#linting)** para _JavaScript_, _TypeScript_ e _JSX_ que possui **[mais de 340 regras](https://biomejs.dev/pt-br/linter/javascript/rules/)** do ESLint, typescript-eslint e de [outras fontes](https://github.com/biomejs/biome/discussions/3). -Ele **fornece diagnósticos detalhados e contextualizados** que ajudam você a melhorar seu código e se tornar um programador melhor! +Ele **fornece diagnósticos detalhados e contextualizados** que ajudam você a melhorar seu código e se tornar um programador melhor! -Isso permite formatar e lintar códigos malformados enquanto você programa. +Isso permite formatar e lintar código malformado enquanto você programa.
🧹 Nitpick comments (2)
packages/@biomejs/biome/README.zh-TW.md (1)
41-41
: Confirm locale path availability for rules URLLink currently targets the non-localised page. If a zh-TW rules page exists, consider switching to /zh-tw/linter/javascript/rules/ for consistency with other locales. Otherwise, this is fine.
If you want, I can check all updated links resolve with a quick script.
packages/@biomejs/biome/README.ru.md (1)
41-46
: Russian copy: tighten wording (“более лучшим” → “лучшим”)Minor style fix; “более лучшим” is redundant in Russian.
Apply this diff:
-Он **выводит подробную диагностику с контекстной информацией**, которая помогает вам улучшить ваш код и стать более лучшим программистом! +Он **выводит подробную диагностику с контекстной информацией**, которая помогает вам улучшить ваш код и стать лучшим программистом!
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (10)
packages/@biomejs/biome/README.fr.md
(1 hunks)packages/@biomejs/biome/README.hi.md
(1 hunks)packages/@biomejs/biome/README.ja.md
(1 hunks)packages/@biomejs/biome/README.kr.md
(1 hunks)packages/@biomejs/biome/README.md
(1 hunks)packages/@biomejs/biome/README.pt-BR.md
(1 hunks)packages/@biomejs/biome/README.ru.md
(1 hunks)packages/@biomejs/biome/README.uk.md
(1 hunks)packages/@biomejs/biome/README.zh-CN.md
(1 hunks)packages/@biomejs/biome/README.zh-TW.md
(1 hunks)
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-08-05T14:43:29.581Z
Learnt from: dyc3
PR: biomejs/biome#7081
File: packages/@biomejs/biome/configuration_schema.json:7765-7781
Timestamp: 2025-08-05T14:43:29.581Z
Learning: The file `packages/biomejs/biome/configuration_schema.json` is auto-generated and should not be manually edited or reviewed for schema issues; any changes should be made at the code generation source.
Applied to files:
packages/@biomejs/biome/README.md
packages/@biomejs/biome/README.hi.md
🪛 LanguageTool
packages/@biomejs/biome/README.fr.md
[style] ~43-~43: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...le.algora.io/challenges/prettier)**. **Biome est un [outil de linting performant](ht...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
packages/@biomejs/biome/README.kr.md
[style] ~41-~41: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...ra.io/challenges/prettier)을** 자랑합니다. Biome은 JavaScript, TypeScript, JSX, _...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
packages/@biomejs/biome/README.pt-BR.md
[style] ~41-~41: Três frases seguidas começam com a mesma palavra. Considere reformular a frase ou use um dicionário para encontrar um sinônimo.
Context: ...le.algora.io/challenges/prettier)**. **Biome é um [linter eficiente](https://github....
(PORTUGUESE_WORD_REPEAT_BEGINNING_RULE)
packages/@biomejs/biome/README.md
[style] ~41-~41: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym.
Context: ...le.algora.io/challenges/prettier)**. **Biome is a [performant linter](https://github...
(ENGLISH_WORD_REPEAT_BEGINNING_RULE)
🔇 Additional comments (8)
packages/@biomejs/biome/README.zh-CN.md (1)
41-41
: LGTM: rule count and link fixed correctlyCount updated to “340 余项” and link points to the locale-specific javascript rules page. Matches PR intent.
packages/@biomejs/biome/README.ja.md (1)
41-41
: LGTM: updated to 340+ rules with correct locale URLThe new link targets the JA rules index and the phrasing “340以上のルール” reads well.
packages/@biomejs/biome/README.hi.md (1)
41-41
: LGTM: rule count and rules link updatedAccurately reflects “३४० से अधिक नियम” and points to the consolidated rules index.
packages/@biomejs/biome/README.uk.md (1)
41-42
: LGTM: updated count and locale-specific URL“понад 340 правил” with /uk/linter/javascript/rules/ is spot on. Thanks for keeping it consistent.
packages/@biomejs/biome/README.fr.md (1)
43-44
: LGTM: FR rules URL and 340+ countCorrectly switched to /fr/linter/javascript/rules/ and updated the count. All good on my side.
packages/@biomejs/biome/README.md (2)
41-42
: LGTM: broken link fixed and count bumpedMoved to /linter/javascript/rules/ and “more than 340 rules” reads clean. Nicely done.
41-41
: All locale rule links return HTTP 200 ✅All tested URLs—including default and localized paths (ja, fr, uk, zh-cn)—respond with 200. No broken links detected, so no further changes needed.
packages/@biomejs/biome/README.kr.md (1)
41-41
: LGTM: KR paragraph updated correctly“340개 이상의 규칙” with the consolidated rules URL looks correct and matches the PR’s goal.
Summary
Test Plan
Docs