gulp-jshint-bamboo

0.0.2 • Public • Published

gulp-jshint-bamboo

Static Code Analysis Tool with jshint

Issues with the output should be reported on the jshint issue tracker.

Install

$ npm install --save-dev gulp-jshint-bamboo

Usage

var gulp = require('gulp');
var jshintBamboo = require('gulp-jshint-bamboo');
 
gulp.task(
  'jshint',
  function() {
    return gulp.src([
      './dev/*.js',
      './dev/**/*.js',
      '!/dev/libs/**/*.js'
    ])
    .pipe(jshintBamboo())
  }
);

Results

mocha-bamboo-reporter

License

CC BY 3.0

Package Sidebar

Install

npm i gulp-jshint-bamboo

Weekly Downloads

6

Version

0.0.2

License

CC BY 3.0

Last publish

Collaborators

  • yutin1987