Commit b70f4d6
committed
fix(pipeline): honor language filter for non-JS language runs
When a non-JS language filter is set (e.g., python), the previous logic
incorrectly allowed JS files through. Now the special case for 'js'
detection only applies when the language filter IS javascript or
typescript.
Addresses review feedback from Codex.1 parent 8b0283a commit b70f4d6
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
156 | 158 | | |
157 | 159 | | |
158 | 160 | | |
| |||
0 commit comments