Skip to content

Commit e048e8a

Browse files
authored
Exclude CDK schematic template files
1 parent 085afd5 commit e048e8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tslint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135
"exclude": [
136136
// Exclude schematic template files and test cases that can't be linted.
137137
"src/lib/schematics/**/files/**/*",
138+
"src/cdk/schematics/**/files/**/*",
138139
"src/lib/schematics/ng-update/test-cases/**/*"
139140
]
140141
}

0 commit comments

Comments
 (0)