]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
clangd: Enable UnusedIncludes feature again 37597/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 23 May 2025 11:54:46 +0000 (13:54 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 24 May 2025 18:57:05 +0000 (20:57 +0200)
Now that the entire free doesn't trigger any clang unused include
violations anymore, let's re-enable the clangd option as it's much
more useful now that the tree is clean.

.clangd

diff --git a/.clangd b/.clangd
index 8cc437ab81674e61044f6ab5e876af58faad1d48..24886efe9e86a8aee9bf46162e92ca0dc2121c9d 100644 (file)
--- a/.clangd
+++ b/.clangd
@@ -1,4 +1,4 @@
 # SPDX-License-Identifier: LGPL-2.1-or-later
 
 Diagnostics:
-  UnusedIncludes: None
+  UnusedIncludes: Strict