Versions in this module Expand all Collapse all v1 v1.1.0 Sep 7, 2026 v1.0.0 Aug 30, 2026 Changes in this version + func ValidateSeverity(value Severity) error + type AuditResult struct + CountsBySeverity map[Severity]int + DurationMS int64 + FilesScanned int + Findings []Finding + Total int + Truncated bool + func Filter(result AuditResult, minimum Severity, limit int) AuditResult + type Finding struct + Location Location + Message string + Rule string + RuleName string + Severity Severity + Suggestion string + type Location struct + Col int + File string + Line int + type Severity string + const SeverityError + const SeverityInfo + const SeverityWarning