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

Improve batch analysis behavior #54

Open
firewave opened this issue Nov 21, 2020 · 1 comment
Open

Improve batch analysis behavior #54

firewave opened this issue Nov 21, 2020 · 1 comment

Comments

@firewave
Copy link
Collaborator

Currently the batch analysis is just a batch of on-the-fly inspections. So if you pass a folder to it you will get different results as if you passed a folder to Cppcheck.

We are also ignoring findings on header (.h) files which are reported while analyzing a source file. These findings need to be reported in the batch analysis as well.

@firewave
Copy link
Collaborator Author

firewave commented Dec 23, 2020

It seems if you select a folder it will process the whole folder on the filesystem and not just the project files in that folder which may lead to unexpected findings being reported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant