Skip to content

Commit 657a98f

Browse files
committed
Fix tslint filter
1 parent cc8f182 commit 657a98f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build/gulpfile.hygiene.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ const tslintCoreFilter = [
153153
'src/**/*.ts',
154154
'test/**/*.ts',
155155
'!extensions/**/*.ts',
156+
'!test/automation/**',
156157
'!test/smoke/**',
157158
...tslintBaseFilter
158159
];
@@ -161,6 +162,7 @@ const tslintExtensionsFilter = [
161162
'extensions/**/*.ts',
162163
'!src/**/*.ts',
163164
'!test/**/*.ts',
165+
'test/automation/**/*.ts',
164166
...tslintBaseFilter
165167
];
166168

0 commit comments

Comments
 (0)