mirror of
https://github.com/loot/metadata-validator.git
synced 2026-07-27 14:15:41 -07:00
0.10.4
LOOT Metadata Validator
This is a very simple validator for LOOT metadata files that tries to load a given metadata file using the LOOT API, and prints the message for any exception thrown.
Downloads
Releases are hosted on GitHub, and snapshot builds are available on Bintray. 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 appveyor.yml and .travis.yml for the build processes on Windows and
Linux respectively.
Note that there is a dependency on the experimental standard filesystem library, which may complicate compiler support. This dependency will be replaced by the non-experimental library after MSVC 2017 is released.
Languages
Rust
61.5%
Python
38.5%