pub fn analyze(
diagnostic_data: &[DiagnosticData],
parse_result: &ParseResult,
) -> Result<ActionResults, Error>
Expand description
Analyze all DiagnosticData against loaded configs and generate corresponding ActionResults. Each DiagnosticData will yield a single ActionResults instance. Minor errors will not be included.