Skip to content

Commit 3de77f9

Browse files
authored
ci: fix lint on patch branch (#29318)
1 parent 8fe73db commit 3de77f9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tslint.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,7 @@
189189
"**/*.zone.spec.ts",
190190
// TODO(mmalerba): following files to be cleaned up and removed from this list:
191191
"**/src/cdk/testing/tests/testbed.spec.ts",
192-
"**/src/material/select/**/*.spec.ts",
193-
"**/src/material/stepper/**/*.spec.ts",
194-
"**/src/material/tabs/**/*.spec.ts",
195-
"**/src/material/tooltip/testing/tooltip-harness.spec.ts"
192+
"**/src/material/**/*.spec.ts"
196193
]
197194
]
198195
},

0 commit comments

Comments
 (0)