Crates.io | typos-json-to-checkstyle |
lib.rs | typos-json-to-checkstyle |
version | 0.1.1 |
source | src |
created_at | 2022-03-17 04:20:39.582935 |
updated_at | 2022-03-17 06:53:46.383998 |
description | Quick cli to convert a json file generated by crate-ci/typos to checkstyle.xml |
homepage | https://github.com/halkeye/typos-json-to-checkstyle |
repository | https://github.com/halkeye/typos-json-to-checkstyle |
max_upload_size | |
id | 551593 |
size | 21,112 |
A CLI tool that takes typos's json output and converts it to checkstyle.xml so it can be injested from other tools like warning-ng
Get latest version from github releases
typos --format json | ./target/debug/typos-checkstyle - > checkstyle.xml
cargo release [patch|minor|major]