1
0
mirror of https://github.com/systemd/systemd synced 2025-10-05 16:03:15 +02:00

3 Commits

Author SHA1 Message Date
Jelle van der Waa
f564da0d1f clang-tidy: enable bugprone-argument-comment check 2025-06-04 15:50:00 +02:00
Daan De Meyer
d06abcf68e meson: Implement duplicate includes check with clang-tidy
Instead of doing this with our own script, let's use clang-tidy
instead.
2025-04-24 12:36:38 +02:00
Daan De Meyer
9b5895be12 ci: Add basic clang-tidy check to linter workflow
Let's add a basic clang-tidy check to the linter workflow. This
gives us the following:
- A check so that we don't introduce any new cyclic header dependencies
- A check to make sure all of our header files are standalone, as clang-tidy
  will fail to parse header files that don't include all their dependencies.
2025-04-23 16:13:58 +02:00