Skip to content

Commit 67452e6

Browse files
committed
ci: disable linting of the CLI integration test projects
The CLI-generated projects for integration tests are not necessarily compliant with the lint rules and they should remain as unmodified as possible.
1 parent 1576189 commit 67452e6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tslint.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,11 @@
227227
"src/cdk/schematics/ng-update/test-cases/**/*_input.ts",
228228
"src/cdk/schematics/ng-update/test-cases/**/*_expected_output.ts",
229229
"src/material/schematics/ng-update/test-cases/**/*_input.ts",
230-
"src/material/schematics/ng-update/test-cases/**/*_expected_output.ts"
230+
"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/**/*"
231235
]
232236
}
233237
}

0 commit comments

Comments
 (0)