Exemplo n.º 1
0
 private bool IsRelevantForSonar(string fileName)
 {
     return(!ExcludedCover.Contains(GetFileNameWithoutExtension(fileName)));
 }
Exemplo n.º 2
0
 bool IsRelevantForSonar(string fileName)
 => !ExcludedCover.Contains(GetFileNameWithoutExtension(fileName));