Documentation ¶ Index ¶ func EnsureDefaultConfig(configDir string, errOut io.Writer) error func IsAllowlisted(cmdPath string, allowlist []string) bool type Config func LoadConfig(configDir string) (*Config, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func EnsureDefaultConfig ¶ func EnsureDefaultConfig(configDir string, errOut io.Writer) error func IsAllowlisted ¶ func IsAllowlisted(cmdPath string, allowlist []string) bool Types ¶ type Config ¶ type Config struct { Allowlist []string Rules []rule } func LoadConfig ¶ func LoadConfig(configDir string) (*Config, error) Source Files ¶ View all Source files config.gonormalize.goprovider.goscanner.go Click to show internal directories. Click to hide internal directories.