Versions in this module Expand all Collapse all v0 v0.2.0 Jun 7, 2026 Changes in this version + var ConfigFileNames = []string + type Config struct + Exceptions []ExceptionConfig + Exclude []string + Include []string + Level string + Profile string + SeverityOverrides map[string]string + func Default() *Config + func Load() (*Config, error) + func LoadFile(path string) (*Config, error) + func LoadOrDefault() (*Config, error) + func (c *Config) Merge(profile, level string, include, exclude []string) + func (c *Config) ToExceptions() []types.Exception + type ExceptionConfig struct + Paths []string + Reason string + RuleID string + type Loader struct + SearchPaths []string + func NewLoader() *Loader + func (l *Loader) Load() (*Config, error) + func (l *Loader) LoadFile(path string) (*Config, error)