Versions in this module Expand all Collapse all v0 v0.1.0 May 26, 2026 Changes in this version + type AnalysisResult struct + Issues []codeintel.AnalysisIssue + Summary codeintel.AnalysisSummary + type Runner struct + func NewRunner(analyzerNames []string) *Runner + func (r *Runner) AnalyzeFile(filePath string, severity codeintel.IssueSeverity) (*AnalysisResult, error)