Class: Ucode::Commands::UniversalSet::ValidateCommand
- Inherits:
-
Object
- Object
- Ucode::Commands::UniversalSet::ValidateCommand
- Defined in:
- lib/ucode/commands/universal_set.rb
Overview
ucode universal-set validate — post-build structural
validation. Reads manifest.json + glyphs/ and runs the
four checks (manifest_loadable, glyph_files_present,
totals_reconcile, provenance_complete).
Instance Method Summary collapse
-
#call(output_root, version: nil) ⇒ Hash
The Validator#validate payload.
Instance Method Details
#call(output_root, version: nil) ⇒ Hash
Returns the Validator#validate payload.
200 201 202 203 |
# File 'lib/ucode/commands/universal_set.rb', line 200 def call(output_root, version: nil) Glyphs::UniversalSet::Validator .new(output_root, unicode_version: version).validate end |