Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IgnoreMatcher ¶
type IgnoreMatcher struct {
// contains filtered or unexported fields
}
func LoadIgnoreMatcher ¶
func LoadIgnoreMatcher(rootDir string, inlinePatterns []string) (*IgnoreMatcher, error)
func (*IgnoreMatcher) Explain ¶
func (m *IgnoreMatcher) Explain(rootDir, candidatePath string, isDir bool) (IgnoreRule, bool)
type IgnoreRule ¶
Click to show internal directories.
Click to hide internal directories.