Commit 8dcdf8d
Freeze the linter via lockfile and ignore vendored trees
- Move the markdownlint-cli2 pin into package.json + package-lock.json
and run `npm ci` in CI: a bare `npx <pkg>@<version>` still resolves
deep transitive deps fresh on every run, while the lockfile freezes
the whole tree and makes the pin visible to update tooling.
- Add `ignores` for .terraform/ and node_modules/: markdownlint-cli2
has no default exclusions, and `terraform init` vendors registry
modules whose READMEs would fail local runs.
- Ignore node_modules in .gitignore.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent f2e97e0 commit 8dcdf8d
5 files changed
Lines changed: 1365 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments