Skip to main content
扫描当前仓库以查找常见的测试和 lint 工具,然后运行快速健康检查。

自然语言

CLI 命令

检测到的工具

Arka 会查找:
  • Python: pytestunittestruffflake8
  • Node: package.json 脚本中的 npm testnpm run lint
  • Rust: cargo testcargo clippy
  • Go: go test ./...
  • Make:Makefile 定义了 test 目标时的 make test
在仓库内时从当前 git 根目录运行,否则从当前目录运行。