Versions in this module Expand all Collapse all v0 v0.2.1 Mar 1, 2026 v0.2.0 Feb 22, 2026 Changes in this version + var Rules = []CompatRule + type CompatRule struct + AutoFix bool + Description string + FileTypes []string + Fix string + ID string + Patterns []string + Platforms []string + Severity string + Title string + type Issue struct + AutoFix bool + File string + Fix string + Line int + Rule CompatRule + Severity string + Title string + func ScanProject(dir string) ([]Issue, error)