This PR creates a Matcher struct that contains Elements. A single element is a group of resources(currently flags) per project that code references is looking for. There are places in the code that are making the assumption that there is only a single element. I did it this way so there was not more refactoring because as of today all that is supported is one project per run.
This PR creates a
Matcher
struct that contains Elements. A single element is a group of resources(currently flags) per project that code references is looking for. There are places in the code that are making the assumption that there is only a single element. I did it this way so there was not more refactoring because as of today all that is supported is one project per run.