-
**Describe the bug**
Rightly or wrongly, the compile_commands.json file is being created with both unix forward slash, and escaped windows backward slash.
if you tell me that the bug is further upch…
-
It would be nice to run clang-tidy with custom configurations.
CodeChecker already has an [option](https://codechecker.readthedocs.io/en/latest/analyzer/checker_and_analyzer_configuration/#using-tidy…
-
Until CodeChecker is not configured properly in the plugin an exception is thrown.
We should handle this exception and give an error message to the users that the plugin failed to detect CodeChecke…
gyorb updated
5 years ago
-
The code below crashes because `ClassElementImpl` for `class A {}` is equal to `class A {}`, because their `ElementLocation` are equal, because it is just a sequence of names. But inside `class A {}` …
-
I am trying to use the official codechecker docker image and followed the documentation to run the server:
```
docker run -d \
-p 8001:8001 \
-v /home/$USER/codechecker_workspace:/workspace \
…
-
This is possibly biased by my [ReScience C](https://rescience.github.io/) experience, but wouldn't it make sense to have the final steps that formalize the CODECHECK, i.e. the upload to Zenodo and the…
-
While installing in eclipse (Eclipse Neon.1a) from "Help>Install New Software.." I get the following error:
```
Cannot complete the install because one or more required items could not be found.
…
-
Currently we are use manually pip to install codechecker:
https://github.com/dl9pf/meta-codechecker/blob/2231a85713443b29d9c35a3cc1b727da4db3be24/recipes-devtools/codechecker/codechecker_6.17.0.bb#…
-
Steps for implementation:
1.First step would be to get it to report all issues on any file touched (could use phpcs for code checker at least)
2. More magic, to talk only about the lines modified. Da…
-
**Describe the bug**
When I run 'CodeChecker server',It worked and log has no error.The web can be accessed.
But I can't find anything when I run 'CodeChecker server --list',it found nothing.
I thi…