package
Version:
v0.9.1
Opens a new window with list of versions in this module.
Published: Aug 28, 2026
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Error captures a single validation failure.
type Options struct {
Phases []Phase
FailFast bool
}
Options configures validation execution.
Phase identifies a specific validation phase.
const (
PhaseFormat Phase = "format"
PhaseSchema Phase = "schema"
PhaseReferences Phase = "references"
)
type Result struct {
Errors []Error
}
Result aggregates validation errors.
Validate runs the requested validation phases for the given repository root and configuration.
ValidateWithOps runs validation with custom file operations.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.