Versions in this module Expand all Collapse all v1 v1.16.1 Feb 9, 2026 v1.16.0 Feb 6, 2026 Changes in this version + func RegisterCustomRuleLoader(loader CustomRuleLoaderFunc) + type CustomRuleLoaderFunc func(config *baseLinter.CustomRulesConfig) ([]baseLinter.RuleRunner[*openapi.OpenAPI], error) + type Linter struct + func NewLinter(config *baseLinter.Config, opts ...NewLinterOption) (*Linter, error) + func (l *Linter) FilterErrors(errs []error) []error + func (l *Linter) Lint(ctx context.Context, docInfo *baseLinter.DocumentInfo[*openapi.OpenAPI], ...) (*baseLinter.Output, error) + func (l *Linter) Registry() *baseLinter.Registry[*openapi.OpenAPI] + type NewLinterOption func(*newLinterOpts) + func WithoutDefaultRules() NewLinterOption