Versions in this module Expand all Collapse all v1 v1.1.0 Jun 11, 2026 v1.0.0 Jun 5, 2026 Changes in this version + func ValidateStrict(root string) error + type Options struct + Strict bool + type Result struct + Errors []string + Files []string + OK bool + Summary string + Version string + Warnings []string + func Validate(root string) (Result, error) + func ValidateWithOptions(root string, opts Options) (Result, error)