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
curl -qsL https://github.com/halkeye/typos-json-to-checkstyle/releases/download/v0.1.1/typos-checkstyle-v0.1.1-x86_64 > typos-checkstyle && chmod 0755 typos-checkstyle
typos --format json | ./typos-checkstyle - > checkstyle.xml
cargo release [patch|minor|major]