Commit 2ef4298
committed
feat: add xmllint for XML validation, fix flint.toml exclude format
Adds cargo:xmloxide which installs the xmllint binary — validates
well-formedness of all *.xml files (pom.xml, version-rules.xml, etc.).
Also migrates flint.toml from the old exclude/exclude_paths fields to
the new single glob list format (required by current flint v2).
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>1 parent 43537d2 commit 2ef4298
4 files changed
Lines changed: 7356 additions & 4137 deletions
File tree
- .github
- config
- prometheus-metrics-exposition-formats/src/main/generated/io/prometheus/metrics/expositionformats/generated/com_google_protobuf_4_34_0
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments