Open
Description
Describe the solution you'd like
CSpell is definitively a great tool to include inside a CICD
many CICD solution includes capability to report , track , issues leveraging the JUnit format
here leveraging Cspell reporter capability, the feature would be to add a Junit Reporter so thatn the output can be leveraged inside a CICD .
junit format could be minimal like
<testsuite tests="3">
<testcase classname="File1" name"/>
<testcase classname="File2" name="AnotherSuccessfulTest"/>
<testcase classname="foo3" name="AFailingTest">
<failure type="prohibited word"> zzz </failure>
</testcase>
</testsuite>
Additional context
My context is about leveraging CSpell as a linter for Open API file