Versions in this module Expand all Collapse all v0 v0.2.0 Aug 17, 2026 v0.1.0 Aug 14, 2026 Changes in this version + var Groups = map[string][]string + var Rules = []Rule + var Tombstones = []Tombstone + type Cell struct + Reason string + Status CellStatus + func MatrixCell(r Rule, lang vocab.Lang) Cell + type CellStatus string + const CellNotApplicable + const CellPlanned + const CellSupported + type FixTier int + const Tier1 + const Tier2 + const Tier3 + type PlannedFix struct + Description string + Tier FixTier + type Rule struct + Description string + FixTier FixTier + Groups []string + ID string + NotApplicable map[vocab.Lang]string + PlannedFixes []PlannedFix + Requires []vocab.Capability + Severity Severity + Suppression SuppressionShape + Uses []vocab.Capability + func ByID(id string) (Rule, bool) + func (r Rule) LanguageIndependent() bool + type Severity string + const SeverityError + const SeverityWarning + type SuppressionShape string + const SuppressMember + const SuppressMemberSet + const SuppressNone + const SuppressPath + const SuppressProjectDep + type Tombstone struct + ID string + Migration string + Reason string + ReplacedBy []string + RetiredIn string + func TombstoneByID(id string) (Tombstone, bool)