]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
etc/clang-tidy/config.yaml: -misc-include-cleaner
authorAlejandro Colomar <alx@kernel.org>
Sun, 3 Nov 2024 15:25:10 +0000 (16:25 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 3 Nov 2024 15:32:29 +0000 (16:32 +0100)
We want to enable this warning again in the future, but for now it has
too many false positives.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
etc/clang-tidy/config.yaml

index 1e3a99a0c1fae0e9042f168e1f52c63d9079f578..8cebd7eebd88d962f9fb45229f0b463a5635dc15 100644 (file)
@@ -38,6 +38,7 @@ Checks: >
     -hicpp-uppercase-literal-suffix,
     -llvm-header-guard,
     -llvmlibc-restrict-system-libc-headers,
+    -misc-include-cleaner,
     -misc-no-recursion,
     -modernize-macro-to-enum,
     -readability-avoid-nested-conditional-operator,