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

Allow --file and skipfile option to be given together and analyze header file #3616

Merged
merged 2 commits into from
Mar 8, 2022

Commits on Mar 7, 2022

  1. [analyzer] Allow --file and skipfile option to be given together

    The CodeChecker VSCodePlugin uses the `--file` parameter to analyze single files.
    Large projects load in their configuration using the `--config` parameter and
    if there is a `-i skipfile` given in the config, `CodeChecker analyze` call
    drops an error.
    
    This patch will allow `-i skipfile` and `--file` to be given together.
    csordasmarton committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    c1fd053 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d6988c View commit details
    Browse the repository at this point in the history