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 + type Analysis struct + PythonTypeChecker string + type Effective struct + Analysis Analysis + Rules map[string]RuleSetting + func Defaults() *Effective + func Load(path string) (*Effective, error) + func Parse(raw []byte, name string) (*Effective, error) + func (e *Effective) AllSuppressions() []Suppression + func (e *Effective) Setting(id string) RuleSetting + type RuleSetting struct + Allow map[string][]string + Enabled bool + Forbidden map[string][]string + Severity rules.Severity + Suppressions []Suppression + Thresholds map[string]int64 + type Suppression struct + Dep string + Member string + Modules []string + Path string + Project string + Reason string + Rule string + Shape rules.SuppressionShape