-
| | |
|:---|:---|
|**_F´ Version_**| |
|**_Affected Component_**| |
---
## Problem Description
See https://github.com/nasa/fprime/actions/runs/4390265240/jobs/7688586298. CI is failing on Cp…
-
I propose to add static code analysis
https://cppcheck.sourceforge.io/
to the existing action.
This will catch hidden errors.
If agreed, some of people from Virtonomy will add it to the action. We…
-
Using `clang-tidy-14` the step with the analysis in the GitHub Action of our project took about 8 minutes. Switching to `clang-tidy-15` it now takes at least 13 minutes. `run-clang-tidy-*` is being us…
-
If you specify a unknown version the action succeeds and there is simply a message in the output indicating it (the version is obviously now):
```
Specified Qt version is unknown: 6.4.1.
```
Thi…
-
i am using sonar community 9.9 LTS
sonar community cxx 4.1.3 jar
it is taking too long to complete sonar scan analysis after report. xml generation because of it big project but
is there any we can…
-
After building the static library and then compiling I get the following errors:
```c
`/home/dan/microROS/micro_ROS/Core/Src/freertos.c:137: undefined reference to `rmw_uros_set_custom_transport…
-
The colcon build of the package is stated successful but I can't run the package. What's wrong with it?
-
使用如下命令进行编译:
```sh
cmake \
-S "${srcdir}/wiliwili" \
-B "${srcdir}/build" \
-G Ninja \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_INSTALL_PREFIX='/usr' \
-D INSTALL=ON \
-D PLATFORM_…
-
I am using the ros2/rclcpp package for PolarFireSOC yocto build and getting the below error:
![image](https://user-images.githubusercontent.com/115164852/229135189-732f6998-cd53-4fb2-bca7-40bb132b6…
-
Currently static analisys are performed by external tools. To have more control over the this, a workflow on github actions should be required by using the cppcheck tool to enhance the devops practice…