flow-json-to-checkstyle-xml

Converts flow json output into checkstyle xml

Usage no npm install needed!

<script type="module">
  import flowJsonToCheckstyleXml from 'https://cdn.skypack.dev/flow-json-to-checkstyle-xml';
</script>

README

Flow JSON to check style XML

npm version Build Status MIT Licensed

A utility to transform flow's output to checkstyle xml for use with, for example, jenkins.

To use

Can be installed locally or globally. Available as a bin command via:

flow-type-check-json-to-xml

In order to use, pipe the output of flow (with the --json and --show-all-errors flags) to it:

flow check --json --show-all-errors | flow-type-check-json-to-xml

The output will be piped to standard out where you can redirect it to a file.