C#: Apply suggestions from code review

Co-authored-by: Michael B. Gale <mbg@github.com>
This commit is contained in:
Rasmus Wriedt Larsen
2024-01-15 15:51:36 +01:00
committed by GitHub
parent 086e4f7f12
commit 13c236227f

View File

@@ -77,7 +77,7 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
return unfilteredResult.Where(f =>
{
var include = f.FileInclusion.Include;
// LGTM_INDEX_FILTERS is a prioritized list, where later filters takes
// LGTM_INDEX_FILTERS is a prioritized list, where later filters take
// priority over earlier ones.
for (int i = pathFilters.Count - 1; i >= 0; i--)
{