Commit fe62944
committed
fix(ci): replace taplo with azldev for TOML validation
taplo lint was validating TOML files against a static JSON schema that
drifts out of date whenever azldev adds new config fields, causing
spurious CI failures on valid configs.
Replace the Rust/taplo toolchain with azldev, which is the authoritative
parser for these files:
- "azldev config dump -q" validates syntax, schema, includes, and
full config resolution in strict mode (fails on unknown fields).
- "azldev config generate-schema" + diff ensures the checked-in
schema stays in sync, with a clear error message if it drifts.
Delete taplo.toml since taplo is no longer used in CI.1 parent 921d29a commit fe62944
2 files changed
Lines changed: 17 additions & 19 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | | - | |
32 | | - | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | | - | |
35 | | - | |
| 35 | + | |
| 36 | + | |
36 | 37 | | |
37 | | - | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
This file was deleted.
0 commit comments