mirror of
https://github.com/github/codeql.git
synced 2026-04-24 00:05:14 +02:00
C#: Apply suggestions from code review
Co-authored-by: Michael B. Gale <mbg@github.com>
This commit is contained in:
committed by
GitHub
parent
086e4f7f12
commit
13c236227f
@@ -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--)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user