Versions in this module Expand all Collapse all v0 v0.2.0 Jun 7, 2026 v0.1.0 Jun 7, 2026 Changes in this version + func WithDefaults(_ context.Context, specBytes []byte, opts *Options) (*types.LintReport, error) + type Linter interface + Lint func(ctx context.Context, spec []byte, opts *Options) (*types.LintReport, error) + type Options struct + ConformanceLevel string + Exceptions []types.Exception + FailFast bool + FileName string + Profile string + Timeout int + func DefaultOptions() *Options + type VacuumLinter struct + func NewVacuumLinter(spec *types.APIStyleSpec) *VacuumLinter + func (l *VacuumLinter) Lint(_ context.Context, specBytes []byte, opts *Options) (*types.LintReport, error)