Commit 03f88d9
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" validates syntax, schema,
includes, and full config resolution in strict mode (fails on unknown
fields). Errors are printed to stderr for CI diagnostics.
Delete taplo.toml since taplo is no longer used in CI.1 parent 8088a19 commit 03f88d9
2 files changed
Lines changed: 10 additions & 20 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 | | - | |
28 | | - | |
29 | | - | |
30 | 25 | | |
31 | | - | |
32 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
33 | 31 | | |
34 | | - | |
35 | | - | |
| 32 | + | |
| 33 | + | |
36 | 34 | | |
37 | | - | |
38 | | - | |
| 35 | + | |
| 36 | + | |
39 | 37 | | |
This file was deleted.
0 commit comments