Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FullConfig ¶
type FullConfig struct {
Service Service
}
type Service ¶
type Service struct {
ProjectPath string `mapstructure:"project-path"`
AnalyzedPaths []string `mapstructure:"analyzed-paths"`
GolangciLintVersion string `mapstructure:"golangci-lint-version"`
Prepare []string
SuggestedChanges SuggestedChangesConfig `mapstructure:"suggested-changes"`
}
func (*Service) GetValidatedAnalyzedPaths ¶
type SuggestedChangesConfig ¶
type SuggestedChangesConfig struct {
Disabled bool
}
Click to show internal directories.
Click to hide internal directories.