flow-json-to-checkstyle-xml

2.1.0 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.1.0
    40
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.1.0
    40
  • 2.0.0
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i flow-json-to-checkstyle-xml

Weekly Downloads

40

Version

2.1.0

License

ISC

Last publish

Collaborators

  • andrew_h