Commit 42ac284
committed
fix(config): Restore rediraffe_redirects default dropped in workspace refactor
why: The {} default was intentional, not a regression. The test name
says "redirects_are_opt_in" — smoke tests build in a temp dir with
no redirects.txt, so "redirects.txt" as default triggers a rediraffe
warning that -W makes fatal. docs/conf.py already explicitly opts in.
what:
- Revert rediraffe_redirects back to {} (opt-in by default)
- Restore original test name and assertion1 parent c9c8fca commit 42ac284
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
| 411 | + | |
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
389 | | - | |
| 388 | + | |
| 389 | + | |
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
| 395 | + | |
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| |||
0 commit comments