Versions in this module Expand all Collapse all v1 v1.0.0 Aug 11, 2023 Changes in this version + const DefaultConfigName + type Config struct + ExcludedChecks []string + ExcludedDescriptors []string + OmitCoordinates bool + VerboseMode bool + func LoadConfig(filename string) (*Config, error) + func (cfg *Config) GetExcludedChecks() []string + func (cfg *Config) GetExcludedDescriptors() []string + func (cfg *Config) GetOmitCoordinates() bool + func (cfg *Config) GetVerboseMode() bool + func (cfg *Config) IsCheckExcluded(name string) bool