Commit f4e34f4
Add .dockerignore and trim deny.toml unused license allowances (Task 9)
Task 9 quality-gate verification: added the .dockerignore flagged in
Task 8's review (excludes target/, .git/, .superpowers/ etc. so the
docker build context stays small — confirmed 1.5GB target/ down to
110KB transferred). cargo-deny check (run for the first time) flagged
BSD-2-Clause, ISC, and Zlib as allowed-but-unused licenses; trimmed
them per the no-blanket-allowance rule and added
unused-allowed-license = "deny" so future unjustified entries fail
loudly. All other gates (fmt, clippy -D warnings, cargo test, cargo
test --doc, cargo nextest, musl release build, docker build) passed
without needing source changes.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent a2cbbc3 commit f4e34f4
2 files changed
Lines changed: 34 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
15 | | - | |
16 | 19 | | |
17 | | - | |
18 | 20 | | |
19 | | - | |
20 | 21 | | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
0 commit comments