typos-json-to-checkstyle

Crates.iotypos-json-to-checkstyle
lib.rstypos-json-to-checkstyle
version0.1.1
sourcesrc
created_at2022-03-17 04:20:39.582935
updated_at2022-03-17 06:53:46.383998
descriptionQuick cli to convert a json file generated by crate-ci/typos to checkstyle.xml
homepagehttps://github.com/halkeye/typos-json-to-checkstyle
repositoryhttps://github.com/halkeye/typos-json-to-checkstyle
max_upload_size
id551593
size21,112
Gavin Mogan (halkeye)

documentation

README

typos-json-to-checkstyle

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

Installation

Get latest version from github releases

Usages

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

Release

cargo release [patch|minor|major]
Commit count: 37

cargo fmt