golangci

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jun 19, 2023 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Run struct {
		SkipDirs           []string `json:"skip-dirs" yaml:"skip-dirs" toml:"skip-dirs"`
		SkipDirsUseDefault *bool    `json:"skip-dirs-use-default" yaml:"skip-dirs-use-default" toml:"skip-dirs-use-default"`
	} `json:"run" yaml:"run" toml:"run"`
}

func ReadConfig

func ReadConfig() (*Config, error)

func (*Config) SkipDirectories

func (c *Config) SkipDirectories() ([]*regexp.Regexp, error)

Jump to

Keyboard shortcuts

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