Пример #1
0
 public bool Matches(string path)
 {
     return(include.Matches(path) && !exclude.Matches(path));
 }
Пример #2
0
 private IEnumerable <string> LoadGetAllButCodecovIgnored()
 => GetAll.Where(file => !_fileFilter.Matches(file));