pub async fn development_check<P: AsRef<Path>>(
files: Vec<P>,
) -> GuardianResult<ValidationReport>Expand description
Quick validation for development workflows
Validates files with relaxed settings suitable for development, only failing on critical errors.