JSPM

standard-codeclimate

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 621
  • Score
    100M100P100Q97450F
  • License ISC

Format JavaScript Standard Style as CodeClimate engine output

Package Exports

  • standard-codeclimate

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (standard-codeclimate) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

standard-codeclimate travis npm downloads

Format JavaScript Standard Style as json output for the CodeClimate platform

See the CodeClimate spec detailing required output format

install

npm install -g standard-codeclimate

usage

Pipe "compact" text into the standard-codeclimate command to get back pretty results:

$ standard --verbose | standard-codeclimate

Or, just run standard-codeclimate directly and it will run standard and give you pretty results:

$ standard-codeclimate

null byte-delimited flag

CodeClimate requires each issue to be delimited by a null byte (\0). Use the --null-delimited flag if you're using this in a CodeClimate engine, e.g.

$ standard-codeclimate --null-delimited

Additionally, standard-codeclimate supports all command line flags that standard supports:

$ standard-codeclimate --format --verbose test1.js test2.js

license

ISC. Copyright (c) jden.