Matches returns if the given relative path matches the ignore parser
(relativePath string, isDir bool)
| 14 | type IgnoreParser interface { |
| 15 | // Matches returns if the given relative path matches the ignore parser |
| 16 | Matches(relativePath string, isDir bool) bool |
| 17 | |
| 18 | // RequireFullScan is useful for optimization, since if an ignore parser has no |
| 19 | // general negate patterns, we can skip certain sub trees that do are ignored |
no outgoing calls
no test coverage detected