Versions in this module Expand all Collapse all v0 v0.1.0 Apr 11, 2026 Changes in this version + const SeverityError + const SeverityInfo + const SeverityWarning + type Finding = finding.Finding + func Analyze(patterns []string, opts Options) ([]Finding, error) + type Heuristic = heuristics.Heuristic + func DefaultHeuristics() []Heuristic + type Options struct + Dir string + Heuristics []Heuristic + type Severity = finding.Severity