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

[fix] Missing analyzer error #4330

Merged
merged 1 commit into from
Aug 30, 2024

Commits on Aug 30, 2024

  1. [fix] Missing analyzer error

    `CodeChecker analyzers` gives python error for the user if a supported analyzer is missing. In addition, CodeChecker `analyze` and `check` should have provided an error and sys.exit when the specified (with `--analyzers`) analyzer was missing.
    
    With this PR, `CodeChecker analyzers` can give a warning message with `NOT FOUND` status if a supported analyzer can't be found on the machine.
    
    In case of explicitly defined missing analyzer, the `analyze` and `check` command will be failed and will give warrning and error message for the user.
    cservakt committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    39868a8 View commit details
    Browse the repository at this point in the history