Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AnalyzerConfig ¶
type AnalyzerConfig struct { Enabled *bool `yaml:"enabled"` Severity *analysis.Severity `yaml:"severity"` Rules map[string]RuleConfig `yaml:"rules"` }
type Config ¶
type Config struct { Global GlobalConfig `yaml:"global"` Analyzers map[string]AnalyzerConfig `yaml:"analyzers"` }
type GlobalConfig ¶
type RuleConfig ¶
Click to show internal directories.
Click to hide internal directories.