config

package
v0.0.0-...-081ecb4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2020 License: AGPL-3.0 Imports: 3 Imported by: 0

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

func (cfg *Service) GetValidatedAnalyzedPaths() ([]string, error)

type SuggestedChangesConfig

type SuggestedChangesConfig struct {
	Disabled bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL