package
Version:
v0.1.8
Opens a new window with list of versions in this module.
Published: Sep 5, 2020
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Rules []*rule.Rule `yaml:"rules"`
IgnoreFiles []string `yaml:"ignore_files"`
}
Config contains a list of rules
NewConfig returns a new Config
func (c *Config) AddDefaultRules()
AddDefaultRules adds the config Rules to DefaultRules
Source Files
¶
Click to show internal directories.
Click to hide internal directories.