mirror of
https://github.com/loot/metadata-validator.git
synced 2026-07-27 14:15:41 -07:00
3494da0bff4fd94a618acfebcf3084c862e7287c
Update linux builds to use Ubuntu 20.04 as part of that because libloot is also built on 20.04 and links to libraries there.
LOOT Metadata Validator
This is a very simple validator for LOOT metadata files that tries to load a given metadata file using libloot, and prints the message for any exception thrown.
Downloads
Releases are hosted on GitHub, and snapshot builds are available on Artifactory. The snapshot build archives are named like so:
metadata-validator-<last tag>-<revisions since tag>-g<short revision ID>_<branch>-<platform>.7z
Usage
metadata-validator ./masterlist.yaml
Building From Source
Refer to .github/workflows/ci.yml for the build process.
Languages
Rust
61.5%
Python
38.5%