Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 1b58a86

Browse files
chalinnaomiblack
authored andcommitted
chore(gulp): lint should ignore dart build directories
1 parent 4612139 commit 1b58a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,9 +671,9 @@ gulp.task('lint', function() {
671671
'!./public/docs/_examples/_protractor/**/*',
672672
'!./public/docs/_examples/**/typings/**/*',
673673
'!./public/docs/_examples/**/typings-ng1/**/*',
674+
'!./public/docs/_examples/**/build/**/*',
674675
// temporary until codelyzer is fixed mgechev/codelyzer#60
675676
'!./public/docs/_examples/animations/ts/app/hero.service.ts'
676-
677677
])
678678
.pipe(tslint({
679679
rulesDirectory: ['node_modules/codelyzer'],

0 commit comments

Comments
 (0)