We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See #35 and elastic/elasticsearch-net#4113
@Mpdreamz I can add this feature back in, not sure how/why it got dropped in the first place. I'm assuming what we need to do is add a filter here:
https://github.com/daveaglick/Buildalyzer/blob/c83a348678931e6931449254a602abb2aa4cb252/src/Buildalyzer/AnalyzerManager.cs#L70-L77
It probably makes sense to add that to the AnalyzerManagerOptions class: https://github.com/daveaglick/Buildalyzer/blob/master//src/Buildalyzer/AnalyzerManagerOptions.cs#L9:18 We could even make it a bit more powerful by supplying a general-purpose filter via delegate so you could filter on name, path, whatever.
AnalyzerManagerOptions
The text was updated successfully, but these errors were encountered:
Adds back project filtering (#118)
d3d1df6
No branches or pull requests
See #35 and elastic/elasticsearch-net#4113
@Mpdreamz I can add this feature back in, not sure how/why it got dropped in the first place. I'm assuming what we need to do is add a filter here:
https://github.com/daveaglick/Buildalyzer/blob/c83a348678931e6931449254a602abb2aa4cb252/src/Buildalyzer/AnalyzerManager.cs#L70-L77
It probably makes sense to add that to the
AnalyzerManagerOptions
class: https://github.com/daveaglick/Buildalyzer/blob/master//src/Buildalyzer/AnalyzerManagerOptions.cs#L9:18 We could even make it a bit more powerful by supplying a general-purpose filter via delegate so you could filter on name, path, whatever.The text was updated successfully, but these errors were encountered: