Commit bd2a9a2
committed
refactor: clean up run_commit_check by removing dead code path
The PR title check always runs first, so the 'if emitted_failure_output'
branch inside it was unreachable. Remove it to reduce nesting and
improve readability.1 parent a59909c commit bd2a9a2
1 file changed
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | 255 | | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
| 256 | + | |
265 | 257 | | |
266 | 258 | | |
267 | 259 | | |
| |||
0 commit comments