feat: add reference for RUST_BACKTRACE environment variable#3770
feat: add reference for RUST_BACKTRACE environment variable#3770siketyan merged 2 commits intobiomejs:nextfrom
RUST_BACKTRACE environment variable#3770Conversation
✅ Deploy Preview for biomejs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
WalkthroughThis pull request updates documentation: it adds a new Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (1)
🧰 Additional context used📓 Path-based instructions (1)src/**/!(en)/**/*.md📄 CodeRabbit inference engine (CONTRIBUTING.md)
Files:
🧠 Learnings (1)📚 Learning: 2025-11-28T01:34:31.084ZApplied to files:
⏰ 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). (1)
🔇 Additional comments (2)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
codegen/src/env_variables.rssrc/content/docs/reference/environment_variables.md
🧰 Additional context used
📓 Path-based instructions (1)
src/**/!(en)/**/*.md
📄 CodeRabbit inference engine (CONTRIBUTING.md)
For translated pages, if a translated page doesn't exist yet, point links to the English version
Files:
src/content/docs/reference/environment_variables.md
🧠 Learnings (1)
📚 Learning: 2025-11-28T01:34:31.084Z
Learnt from: CR
Repo: biomejs/website PR: 0
File: CONTRIBUTING.md:0-0
Timestamp: 2025-11-28T01:34:31.084Z
Learning: Set the BIOME_VERSION environment variable when running codegen commands (e.g., BIOME_VERSION=2.0.0 pnpm codegen all)
Applied to files:
codegen/src/env_variables.rssrc/content/docs/reference/environment_variables.md
🪛 markdownlint-cli2 (0.18.1)
src/content/docs/reference/environment_variables.md
35-35: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
⏰ 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). (5)
- GitHub Check: Redirect rules - biomejs
- GitHub Check: Header rules - biomejs
- GitHub Check: Pages changed - biomejs
- GitHub Check: test
- GitHub Check: code-quality
Summary
Added an environment variable
RUST_BACKTRACEto the CLI reference.See biomejs/biome#8647 for the implementation