mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-06 15:22:12 +03:00
Release v3.8.42 — full CHANGELOG in CHANGELOG.md. CI: 103 checks green incl. CodeQL (all languages), Semgrep, all 8 unit shards, coverage, Node 24 compat, and integration tests. Full unit suite validated locally: 19437 pass / 0 fail. The 3 red checks are advisory and do not gate main (no required status checks): SonarCloud/SonarQube new-code coverage gate, and PR Test Policy (test-masking detector flagging the legitimate dead-Phind provider removal in #5530 — reviewed, correct). Includes cycle-close reconciliation + repair of inherited base-red tests from #5480/#5527/#5427/#5521 that the PR->release fast-path did not exercise.
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"language": "zh",
|
|
"category": "ultra",
|
|
"rules": [
|
|
{
|
|
"name": "zh_ultra_modal_particles",
|
|
"pattern": "(?:吗|呢|吧|啊|呀|嘛)(?=[。,!?、\\s]|$)",
|
|
"flags": "g",
|
|
"replacement": "",
|
|
"context": "all",
|
|
"category": "terse",
|
|
"minIntensity": "full"
|
|
},
|
|
{
|
|
"name": "zh_ultra_database_abbreviation",
|
|
"pattern": "数据库",
|
|
"replacement": "DB",
|
|
"context": "all",
|
|
"category": "ultra",
|
|
"minIntensity": "ultra"
|
|
},
|
|
{
|
|
"name": "zh_ultra_application_abbreviation",
|
|
"pattern": "应用程序",
|
|
"replacement": "app",
|
|
"context": "all",
|
|
"category": "ultra",
|
|
"minIntensity": "ultra"
|
|
},
|
|
{
|
|
"name": "zh_ultra_dependency_abbreviation",
|
|
"pattern": "依赖关系",
|
|
"replacement": "dep",
|
|
"context": "all",
|
|
"category": "ultra",
|
|
"minIntensity": "ultra"
|
|
},
|
|
{
|
|
"name": "zh_ultra_config_file_abbreviation",
|
|
"pattern": "配置文件",
|
|
"replacement": "cfg",
|
|
"context": "all",
|
|
"category": "ultra",
|
|
"minIntensity": "ultra"
|
|
},
|
|
{
|
|
"name": "zh_ultra_function_abbreviation",
|
|
"pattern": "函数",
|
|
"replacement": "fn",
|
|
"context": "all",
|
|
"category": "ultra",
|
|
"minIntensity": "ultra"
|
|
}
|
|
]
|
|
}
|