Skip to content

WIP: Do not search projects when AnalyzeAll is set

Adam Cohen requested to merge do-not-search-projects-when-analyzeall-is-set into main

What does this MR do?

The current behaviour of the Run command is to search a given path for a match, however, some analyzers set the AnalyzeAll flag which means this search is ignored. We can make this process more efficient by only searching for a matching path when AnalyzeAll is false, which is the purpose of this MR.

What are the relevant issue numbers?

N/A

Does this MR meet the acceptance criteria?

Merge request reports