Skip to content

isabella232/step-jshint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jshint

Executes jshint command inside the source directory and presents the errors, if any, in the wercker user interface.

wercker status

Options

  • version (optional, default: 2.3.0) Version of jshint to install and use.
  • type (optional, default: artifact) Change the output type of the step. Currently support artifact, stdout.

Example

Run jshint:

build:
    steps:
        - jshint

Run jshint@2.4.0:

build:
    steps:
        - jshint:
            version: 2.4.0

License

The MIT License (MIT)

Changelog

3.0.0

  • Allow different output types.

2.0.0

  • Allow user to specify JSHint version.

1.0.0

  • Update to jshint 2.3.0

0.0.4

  • Initial release (uses jshint 2.0)

About

Executes jshint command inside the source directory and presents the errors, if any, in the wercker user interface.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%