Commit af0a372
committed
fix(build): align lint target and .dockerignore with CI/gitignore
- Makefile lint target now runs `cargo clippy --workspace` to match
what CI actually runs (.github/workflows/ci.yml), previously it
only linted the root crate.
- .dockerignore was missing `artifacts/`, which is already excluded
via .gitignore and was explicitly called out in issue #922.1 parent 11c00de commit af0a372
2 files changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
0 commit comments