Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LLConfig ¶
type LLConfig struct { LineLength int `json:"line-length"` TabWidth int `json:"tab-width"` LogRegex string `json:"log-regex"` }
LLConfig is the configuration for the ll linter.
type LLPlugin ¶
type LLPlugin struct {
// contains filtered or unexported fields
}
LLPlugin is a golangci-linter plugin that can be used to check that code line lengths do not exceed a certain limit.
func (*LLPlugin) BuildAnalyzers ¶
BuildAnalyzers creates the analyzers for the ll linter.
NOTE: This is part of the register.LinterPlugin interface.
func (*LLPlugin) GetLoadMode ¶
GetLoadMode returns the load mode for the ll linter.
NOTE: This is part of the register.LinterPlugin interface.
Click to show internal directories.
Click to hide internal directories.