pub fn verify_project(dir: &Path, language: &str) -> Result<ProjectReport>Expand description
Verify an entire project directory. Runs linters and tests.
pub fn verify_project(dir: &Path, language: &str) -> Result<ProjectReport>Verify an entire project directory. Runs linters and tests.