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

app typos-json-to-checkstyle

Quick cli to convert a json file generated by crate-ci/typos to checkstyle.xml

2 releases

0.1.1 Mar 17, 2022
0.1.0 Mar 17, 2022

#3 in #checkstyle

31 downloads per month

MIT/Apache

8KB
73 lines

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]

Dependencies

~12MB
~293K SLoC