1 Commits

Author SHA1 Message Date
Lukas Woodtli
10e8365728 ci: Use CodeChecker as static analysis tool
CodeChecker combines multiple static code analysis tools including
`clang-sa`. It also provides the possibility to check against a baseline
to report only newly introduced issues.
Moreover it is simpler to use.
It could eventually replace `clang-sa` completely in the pipeline.
2024-12-10 15:12:41 +01:00