#typos #cli #checkstyle #convert-json #json-file

app typos-json-to-checkstyle

将 crate-ci/typos 生成的 json 文件快速转换为 checkstyle.xml 的命令行工具

2 个版本

0.1.1 2022年3月17日
0.1.0 2022年3月17日

#3#checkstyle

MIT/Apache

8KB
73

typos-json-to-checkstyle

一个 CLI 工具,它接受 typos 的 json 输出并将其转换为 checkstyle.xml,以便其他工具如 warning-ng 可以处理

安装

从 GitHub 发布版获取最新版本

用法

 typos --format json | ./target/debug/typos-checkstyle - > checkstyle.xml

版本

cargo release [patch|minor|major]

依赖

~13MB
~307K SLoC