I'm using this plugin on a multi-root workspace with a configuration like: folder1/compile_commands.json folder2/compile_commands.json If I modify C code in `folder2/something.c` the CodeChecker analyze will run using `folder1/compile_commands.json`
I'm using this plugin on a multi-root workspace with a configuration like:
folder1/compile_commands.json
folder2/compile_commands.json
If I modify C code in
folder2/something.cthe CodeChecker analyze will run usingfolder1/compile_commands.json