We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1576189 commit 67452e6Copy full SHA for 67452e6
tslint.json
@@ -227,7 +227,11 @@
227
"src/cdk/schematics/ng-update/test-cases/**/*_input.ts",
228
"src/cdk/schematics/ng-update/test-cases/**/*_expected_output.ts",
229
"src/material/schematics/ng-update/test-cases/**/*_input.ts",
230
- "src/material/schematics/ng-update/test-cases/**/*_expected_output.ts"
+ "src/material/schematics/ng-update/test-cases/**/*_expected_output.ts",
231
+ // These CLI-generated projects are not necessarily compliant with the lint
232
+ // rules and they should remain as unmodified as possible.
233
+ "integration/ng-add/**/*",
234
+ "integration/ng-update-v13/**/*"
235
]
236
}
237
0 commit comments