Commit 96bed6b
committed
chore: Hide old-typescript-hero compilation errors in CI logs
Filters out TypeScript compilation errors from old-typescript-hero submodule.
Problem:
- GitHub Actions logs filled with inversify-related errors from old extension
- Errors from old-typescript-hero/src/ioc.ts (Module 'inversify' issues)
- These errors are expected/ignored but clutter CI output
Solution:
- Added grep filter to compile-tests script
- Filters out lines containing 'old-typescript-hero/src/ioc.ts'
- Compilation still succeeds (already had --noEmitOnError false)
- Only hides old extension errors, not our actual code errors
Result:
- Clean CI logs showing only relevant information
- GitHub Actions annotations won't show old extension errors1 parent 08c0ed3 commit 96bed6b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments