pub fn checkstyle(
exercise_path: &Path,
locale: Language,
) -> Result<Option<StyleValidationResult>, LangsError>Expand description
Checks the exercise’s code quality.
pub fn checkstyle(
exercise_path: &Path,
locale: Language,
) -> Result<Option<StyleValidationResult>, LangsError>Checks the exercise’s code quality.