chore(gulp): lint should ignore dart build directories

This commit is contained in:
Patrice Chalin 2016-06-29 14:26:38 -07:00 committed by Naomi Black
parent 461213996e
commit 1b58a86ced
1 changed files with 1 additions and 1 deletions

View File

@ -671,9 +671,9 @@ gulp.task('lint', function() {
'!./public/docs/_examples/_protractor/**/*',
'!./public/docs/_examples/**/typings/**/*',
'!./public/docs/_examples/**/typings-ng1/**/*',
'!./public/docs/_examples/**/build/**/*',
// temporary until codelyzer is fixed mgechev/codelyzer#60
'!./public/docs/_examples/animations/ts/app/hero.service.ts'
])
.pipe(tslint({
rulesDirectory: ['node_modules/codelyzer'],