mirror of
https://github.com/alibaba/open-code-review.git
synced 2026-07-09 17:28:58 +00:00
docs(i18n): add Rust to supported languages in built-in review rules
This commit is contained in:
parent
76f5c5f957
commit
79aa88dcee
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ export const en: TranslationKeys = {
|
|||
'features.feat5Title': 'Smart Memory Compression',
|
||||
'features.feat5Desc': 'Purpose-built memory compression for code review with 3-tier partitioning (frozen/compress/active) context management, breaking token limits for deep review.',
|
||||
'features.feat6Title': 'Built-in Review Rules',
|
||||
'features.feat6Desc': 'Review rules validated through massive real-world scenarios, covering 10+ languages including Java, TypeScript, Go, Python, Kotlin, C++, C, with specialized rules for NPE, thread safety, XSS, SQL injection, and more.',
|
||||
'features.feat6Desc': 'Review rules validated through massive real-world scenarios, covering 10+ languages including Java, TypeScript, Go, Python, Kotlin, Rust, C++, C, with specialized rules for NPE, thread safety, XSS, SQL injection, and more.',
|
||||
|
||||
// Benchmark Section
|
||||
'benchmark.sectionLabel': 'Open Benchmark',
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@ export const zh: TranslationKeys = {
|
|||
'features.feat5Title': '智能记忆压缩',
|
||||
'features.feat5Desc': '面向代码评审场景的智能记忆压缩,三层分区(frozen/compress/active)上下文管理,突破 token 限制,确保深度评审。',
|
||||
'features.feat6Title': '内置评审规则',
|
||||
'features.feat6Desc': '经过线上海量真实场景验证迭代而来的评审规则,覆盖 Java、TypeScript、Go、Python、Kotlin、C++、C 等 10+ 语言,专项规则涵盖 NPE、线程安全、XSS、SQL 注入等常见风险类型。',
|
||||
'features.feat6Desc': '经过线上海量真实场景验证迭代而来的评审规则,覆盖 Java、TypeScript、Go、Python、Kotlin、Rust、C++、C 等 10+ 语言,专项规则涵盖 NPE、线程安全、XSS、SQL 注入等常见风险类型。',
|
||||
|
||||
// Benchmark Section
|
||||
'benchmark.sectionLabel': '开放基准测试',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue