Skip to content
New issue

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

feat: filters api #407

Merged
merged 2 commits into from
May 14, 2023
Merged

Commits on May 14, 2023

  1. fix: stop execution after matching condition in RunAnalysis()

    The commit fixes the issue where the RunAnalysis() function continues execution even after matching a condition. The fix ensures that the execution stops at the end of the corresponding if statement, improving the control flow and preventing unnecessary processing.
    
    Signed-off-by: Matthis Holleville <matthish29@gmail.com>
    matthisholleville committed May 14, 2023
    Configuration menu
    Copy the full SHA
    55ba5e7 View commit details
    Browse the repository at this point in the history
  2. feat: include filters parameter in AnalyzeRequest initialization

    The commit introduces a new feature where the filters parameter is included in the initialization of the AnalyzeRequest. This enhancement allows for more specific analysis by specifying filters during the analysis process.
    
    Signed-off-by: Matthis Holleville <matthish29@gmail.com>
    matthisholleville committed May 14, 2023
    Configuration menu
    Copy the full SHA
    1c20758 View commit details
    Browse the repository at this point in the history