Skip to content

Typescript lint reporter for gulp-tslint that works with tslint-teamcity-reporter

License

Notifications You must be signed in to change notification settings

lucipacurar/gulp-tslint-teamcity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-tslint-teamcity

Dependency Status npm version

Typescript lint reporter for gulp-tslint that works with tslint-teamcity-reporter.

Installation

Note that this is designed to accept output from gulp-tslint, which must be installed separately. To install this package:

npm install gulp-tslint-teamcity --save-dev

Usage

var gulp = require('gulp');
var tslint = require('gulp-tslint');
var teamcity = require('gulp-tslint-teamcity');

gulp.task('lint', function () {
    gulp.src('SourceFiles.ts')
      .pipe(tslint())
      .pipe(tslint.report(teamcity, {
        emitError: false
      }));

Credits

License

MIT

About

Typescript lint reporter for gulp-tslint that works with tslint-teamcity-reporter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%