chore(gulp): lint should ignore dart build directories
This commit is contained in:
parent
461213996e
commit
1b58a86ced
|
@ -671,9 +671,9 @@ gulp.task('lint', function() {
|
||||||
'!./public/docs/_examples/_protractor/**/*',
|
'!./public/docs/_examples/_protractor/**/*',
|
||||||
'!./public/docs/_examples/**/typings/**/*',
|
'!./public/docs/_examples/**/typings/**/*',
|
||||||
'!./public/docs/_examples/**/typings-ng1/**/*',
|
'!./public/docs/_examples/**/typings-ng1/**/*',
|
||||||
|
'!./public/docs/_examples/**/build/**/*',
|
||||||
// temporary until codelyzer is fixed mgechev/codelyzer#60
|
// temporary until codelyzer is fixed mgechev/codelyzer#60
|
||||||
'!./public/docs/_examples/animations/ts/app/hero.service.ts'
|
'!./public/docs/_examples/animations/ts/app/hero.service.ts'
|
||||||
|
|
||||||
])
|
])
|
||||||
.pipe(tslint({
|
.pipe(tslint({
|
||||||
rulesDirectory: ['node_modules/codelyzer'],
|
rulesDirectory: ['node_modules/codelyzer'],
|
||||||
|
|
Loading…
Reference in New Issue