Commit b22c637
Dominikus Nold
fix: handle CrossHair signature issues in ReproChecker and fix ruff whitespace
- Detect CrossHair signature analysis limitations in ReproChecker.run_check()
- Mark signature issues as skipped instead of failed
- Fix whitespace issues in test_directory_structure_workflow.py (W293)
- Prevents local repro failures on CrossHair signature limitations
Fixes: specfact repro failing on CrossHair signature analysis limitations1 parent eea8c92 commit b22c637
File tree
2 files changed
+19
-4
lines changed- src/specfact_cli/validators
- tests/e2e
2 files changed
+19
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
608 | 619 | | |
609 | 620 | | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
610 | 625 | | |
611 | 626 | | |
612 | 627 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | | - | |
| 243 | + | |
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
0 commit comments