0.1.8 • Published 2 years ago
cspell-junit-reporter v0.1.8
cspell-junit-reporter
JUnit.xml reporter for cspell.
Installation
You can install the reporter with npm from the default registry:
npm i cspell-junit-reporterUsage
The reporter understands the same option as the official cspell-json-reporter. Usage example:
cspell-cli lint --reporter cspell-junit-reporter /**/*.mdWill spell-check all markdown files and output JUnit compatible XML to stdout.