From 1b58a86ceda2b9129cf89bd70ff6889dcac5674c Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 29 Jun 2016 14:26:38 -0700 Subject: [PATCH] chore(gulp): lint should ignore dart build directories --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 504b50d299..f5085f6dd5 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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'],