Ericsson / CodecheckerVSCodePlugin

VSCode plugin that shows bugs detected by the Clang Static Analyzer and Clang Tidy analyzers using CodeChecker as a backend.
Apache License 2.0
24 stars 7 forks source link

Support for CodeChecker skipfiles #74

Closed Discookie closed 2 years ago

Discookie commented 2 years ago

Currently, the Analyze current file command uses CodeChecker analyze --file, which is incompatible with --skip. So if a user specifies a skipfile argument (for a full project analysis), CodeChecker will error out on a single-file analysis.

If support is added, single-file analysis should also respect the skipfile.

csordasmarton commented 2 years ago

This problem has to be solved in CodeChecker and we already have a ticket for it: https://github.com/Ericsson/codechecker/issues/3595