Format Commitlint output as JUnit
npm install commitlint-format-junitcommitlint-format-junitFormat all Commitlint issues as a valid JUnit XML string.
You can reuse this JUnit report in other systems to visualise issues.
> Formats are available in Commitlint starting from >=7.2.0
```
$ npm install commitlint-format-junit
You can use it by either defining the [output flag](), as listed below, or configure with sharable configuration.
``
$ echo 'foo: bar' | npx commitlint -o commitlint-format-junit
`
$ echo 'foo: bar' | npx commitlint -x @commitlint/config-conventional -o commitlint-format-junit
foo: bar
``
Contributions are always welcome.
This project is open source, and anyone may contribute.
To keep the project healthy and running smoothly, a couple of rules are defined.
1. Keep it friendly and accessible at all times.
2. Use the templates adequately with the required information.
3. Adhere the code styling and make sure CI passes.
Make something awesome!
The MIT License (MIT). Please see License File for more information.
--- ---
with :heart: byCedric