Versions in this module Expand all Collapse all v2 v2.3.1 Apr 17, 2025 v2.3.0 Apr 17, 2025 Changes in this version + var ErrNoOwners = fmt.Errorf("no owners defined") + type Ruleset struct + func Load(paths []string, ignorePrefix string) (*Ruleset, error) + func (r *Ruleset) Match(relPath string) ([]string, error) + func (r *Ruleset) WithExcludedOwners(excludedOwners []string) *Ruleset