Documentation
¶
Overview ¶
Package generator provides golangci-lint integration for devgen. It runs golangci-lint and converts its output to devgen diagnostics.
Index ¶
Constants ¶
View Source
const ToolName = "golangcilint"
ToolName is the name of this tool.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct{}
Generator integrates golangci-lint with devgen.
func (*Generator) Config ¶
func (g *Generator) Config() genkit.ToolConfig
Config returns the tool configuration. This tool has no annotations since it only runs golangci-lint.
Click to show internal directories.
Click to hide internal directories.