]> git.ipfire.org Git - thirdparty/systemd.git/commit
clang-tidy: Enable misc-include-cleaner check 39835/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 20 May 2025 10:28:15 +0000 (12:28 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 22 Nov 2025 09:19:41 +0000 (10:19 +0100)
commit6d57f584de9ef0efd755db533bf766a09816a9c8
tree22874976e6fc7bc7ed7b1d32a1dc2c57499e3e5f
parent87fbd33372c00a91a5a9b3af41ed81006dd0799f
clang-tidy: Enable misc-include-cleaner check

The previous commit fixes all remaining violations of the check for
a very specific setup (Fedora Rawhide with as many dependencies as
possible installed). The linter job in CI runs that specific setup
so we enable the check in the clang-tidy config but do not yet enable
the clang-tidy test suite in meson by default as it will very likely
still fail in different setups than the one in CI.
.clang-tidy