yamllint-checkstyle convert yamllint to checkstyle report
```shell script
brew tap thomaspoignant/homebrew-tap
brew install yamllint-checkstyle
### via scoop _(windows)_.
```shell script
scoop bucket add org https://github.com/thomaspoignant/scoop.git
scoop install yamllint-checkstyle
run yamllint-checkstyle
and pass yamllint
(with -f
parsable option) output to itshell script
yamllint -f parsable test.yaml | yamllint-checkstyle > yamllint-checkstyle.xml
See the contributor’s guide for some helpful tips.