Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type AnalyzerSettings ¶
type AnalyzerSettings struct { Ifacenames Ifacenames `yaml:"ifacenames"` Mixedcaps Mixedcaps `yaml:"mixedcaps"` Pkgnames Pkgnames `yaml:"pkgnames"` Recvnames Recvnames `yaml:"recvnames"` Underscores Underscores `yaml:"underscores"` }
type Config ¶
type Config struct { Analyzers Analyzers `yaml:"analyzers"` AnalyzerSettings AnalyzerSettings `yaml:"analyzer-settings"` // contains filtered or unexported fields }
func (*Config) IsDisabled ¶
type Ifacenames ¶
type Underscores ¶
Click to show internal directories.
Click to hide internal directories.