Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileRule ¶
func NewFileRule ¶
type GrepRule ¶ added in v0.0.5
type GrepRule struct {
Path string
Include string
Pattern string
ExcludeDir string
ExtendedRegexp bool
Recursive bool
Match bool
SkipNotFound bool
NullData bool
InsensitiveCase bool
}
func NewGrepRule ¶ added in v0.0.5
type ProjectRule ¶ added in v0.0.9
type ProjectRule struct {
// contains filtered or unexported fields
}
func NewProjectRule ¶ added in v0.0.9
func NewProjectRule(config config.ProjectRule) *ProjectRule
type SimpleRule ¶
type SimpleRule struct {
// contains filtered or unexported fields
}
func NewSimpleRule ¶
func NewSimpleRule(result bool) *SimpleRule
Click to show internal directories.
Click to hide internal directories.