Skip to content

Format JavaScript Standard Style as Stylish (i.e. snazzy) output

License

Notifications You must be signed in to change notification settings

junosuarez/standard-codeclimate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Format JavaScript Standard Style as Stylish (i.e. snazzy) output

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%