Commit ec35cec
Closes #1634
## What
Updates the numbered Linting Pipeline list in
`docs/customization/build-system.md` to mirror the actual 17-step
`lint:all` chain in `package.json`. Adds the six steps that were missing
from the doc:
- `lint:dependency-pinning`
- `lint:ps-module-pins`
- `lint:py`
- `lint:ai-artifacts`
- `lint:models`
- `eval:lint` (the step from #1626 that the issue specifically called
out)
## Why
The doc list ended at step 11 (`validate:skills`) while `package.json`
had grown to 17 entries. The issue called out `eval:lint` specifically;
the other five had also drifted.
## Tested
Cross-checked each numbered entry against the `lint:all` script in
`package.json` head-to-toe. No formatting changes to surrounding
sections.
## Verification
```
branch: hunter/issue-1634
files-changed: 1
commit: 40cef51
```
---------
Co-authored-by: matysanchez <matysanchez@users.noreply.github.com>
Co-authored-by: Bill Berry <WilliamBerryiii@users.noreply.github.com>
1 parent f4f6b3c commit ec35cec
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
141 | 147 | | |
142 | 148 | | |
143 | 149 | | |
| |||
0 commit comments