module

Autobot::Config::Validator

Inherits Autobot::Config::ValidatorCommon

Main validator facade that combines security and configuration validation

Class methods

format_issues(issues : Array(Issue)) : String

Format issues for display

Source
has_errors?(issues : Array(Issue)) : Bool

Check if issues contain any errors

Source
has_warnings?(issues : Array(Issue)) : Bool

Check if issues contain any warnings

Source
validate(config : Config, config_path : Path) : Array(Issue)

Validate configuration and return all issues

Source