New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

standard-codeclimate

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

standard-codeclimate

Format JavaScript Standard Style as CodeClimate engine output

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
396
-31.84%
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

standard

FAQs

Package last updated on 02 Dec 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts