自然语言
CLI 命令
检测到的工具
Arka 会查找:- Python:
pytest、unittest、ruff、flake8 - Node:
package.json脚本中的npm test、npm run lint - Rust:
cargo test、cargo clippy - Go:
go test ./... - Make: 当
Makefile定义了test目标时的make test
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
为当前 git 项目检测并运行快速 lint 和测试检查。
arka check repo health
arka run project tests
arka scan what checks are available
| 命令 | 描述 |
|---|---|
repo_health scan [path] | 检测可用检查(不执行) |
repo_health run [path] | 运行所有检测到的检查 |
repo_health run --test | 仅运行测试检查 |
repo_health run --lint | 仅运行 lint 检查 |
pytest、unittest、ruff、flake8package.json 脚本中的 npm test、npm run lintcargo test、cargo clippygo test ./...Makefile 定义了 test 目标时的 make test