-
## Some ideas for future elements
```yml
command: "..." # for rare cases where user needs to define this, but normally should be auto-generated from format
checks: # there may be multiple check…
-
**Describe the bug**
I have an Xcode project and I've created the compile_commands.json as follows:
```
xcodebuild -project path/to/.xcodeproj | \
xcpretty -r json-compilation-database --o…
-
**Repository**: https://github.com/codecheckers/domestic.wastewater.variability
**Certificate**: `2024-002`
sje30 updated
2 months ago
-
Hello,
I am trying to integrate your caching wrapper with codechecker (https://github.com/Ericsson/codechecker), and I see some strange issues, all of which I can fix locally myself, but I still woul…
-
When using the following command to generate an Excel report, an error is thrown.
I'm using CommandBox 5.9.1+00767.
```
codechecker run excelReportPath=d:\temp
```
```
ERROR (5.9.1+00767)
…
-
Hola: el estilo de código del plugin debe cumplir los requisitos para poder ser depositado en el Moodle Plugins Directory.
En particular es aplicable:
[Coding Style](https://moodledev.io/genera…
-
- We might need to capture access to specific hardware (e.g., GPUs, HPC) and software (licensed tools like Matlab) specifically in the list of codecheckers.
- We should capture the ECR status or peop…
nuest updated
2 months ago
-
I compare the documentation for clang static analyzer and codechecker 6.20 about Cross-TU.
```console
$ CodeChecker analyze --help
…
--ctu-ast-mode {load-from-pch,parse-on-demand}
…
-
As reported by @RobertoFioravanti in Ericsson/CodeChecker#4025, the automatically generated `.codechecker.passwords.json` contains the raw **product URL** instead of a **server URL** and this makes th…
-
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 {}` …