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

Change CodeChecker analysis output to .codechecker/reports #91

Closed csordasmarton closed 2 years ago

csordasmarton commented 2 years ago

Closes #89

.codechecker directory may contain compilation database which is generated by the CodeChecker log command. It may also contain other files in the future. For this reason I recommend to change the output folder of the CodeChecker analyze command to .codechecker/reports.