pub fn validate_project(config: ValidateConfig) -> Result<()>Expand description
I/O Shell: Main entry point for project validation.
This orchestrates the validation process:
- Configures parallel processing
- Sets up progress display (same as analyze command)
- Analyzes the project
- Cleans up progress display
- Optionally generates risk insights
- Validates against thresholds
- Reports results