Documentation ¶
Index ¶
Constants ¶
View Source
const ( ReasonNotAllow = iota + 1 ReasonRejected )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Check ¶
type Check struct { Folder string `yaml:"folder"` Subpackages bool `yaml:"subpackages"` Rules []Rule `yaml:"rules"` }
func (Check) ValidateImports ¶
func (chk Check) ValidateImports(path string, imports []*ast.ImportSpec, debug bool) []ValidationError
Click to show internal directories.
Click to hide internal directories.