Versions in this module Expand all Collapse all v0 v0.3.2 Aug 29, 2026 v0.3.1 Aug 29, 2026 v0.3.0 Aug 29, 2026 Changes in this version + var AllRules = []string + func ValidRule(name string) bool + type Change struct + File string + Line int + New string + Old string + Rule string + func Run(o Options) ([]Change, error) + type Options struct + Ignore *ignore.GitIgnore + Map map[string]string + Registry *sources.Registry + Root string + Rules []string + Skip *regexp.Regexp + Today string + Write bool