Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExcludeSauceIgnorePatterns ¶ added in v0.151.0
ExcludeSauceIgnorePatterns excludes any match with sauceignore content. If loading and parsing the sauceignore content fails, no filtering is applied.
Types ¶
type Matcher ¶
Matcher defines matcher for sauceignore patterns.
func NewMatcherFromFile ¶
NewMatcherFromFile constructs a new matcher from file.
type Pattern ¶
type Pattern struct {
P string
}
Pattern defines a single sauceignore pattern.
func PatternsFromFile ¶ added in v0.100.0
PatternsFromFile reads .sauceignore file and creates ignore patters if .sauceignore file is exists.
Click to show internal directories.
Click to hide internal directories.