Add static code analysis/coverage #239
Replies: 6 comments 1 reply
-
a good start would be some scripts that can be easily run locally. |
Beta Was this translation helpful? Give feedback.
-
You can't get SonarQube results locally (just saying, doesn't mean we don't want it). You can for other tools like e.g. clang-tidy, which is quite easy to do actually (and which I tried already) since meson has built-in support for it. |
Beta Was this translation helpful? Give feedback.
-
What are the options for tooling? Ideally open source, and integrates with CI/CD. GitHub Actions supports Codecov, but that is specifically for unit testing/ code coverage. Is there something similar for static code analysis? Chris |
Beta Was this translation helpful? Give feedback.
-
Related issue X11Libre/xserver#18 |
Beta Was this translation helpful? Give feedback.
-
Hello @Delta-VII, thank you for reporting the issue. Could you please update the description using the template given in #130 ? Please add your content in the template fields enclosed with Could you please mark the checkboxes in the Extra fields section too by replacing the space Thanks for your help. |
Beta Was this translation helpful? Give feedback.
-
Moving this to X11Libre 1 New Ideas · Discussions · GitHub since it needs to be more refined. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the task
Hi, I would suggest to include static code analysis with tools like SonarQube in addition to the existing CI/CD infrastructure of the Freedesktop Gitlab.
It should be done because
This could help to ensure code quality.
Addtional Information
No response
Extra fields
Beta Was this translation helpful? Give feedback.
All reactions