Versions in this module Expand all Collapse all v0 v0.5.0 Sep 7, 2026 Changes in this version + func FormatLines(findings []Finding) []string + type Finding struct + File string + Kind string + Reason string + Section string + func Check(docs []*parser.Document, opt Options) []Finding + type Options struct + AllowDomains []string + CheckFlags bool + Days int + HTTPHead func(url string) (status int, err error) + LookPath func(file string) (string, error) + Now time.Time + Remote bool + Root string + Timeout time.Duration