aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-11-03 16:25:10 +0100
committerAlejandro Colomar <alx@kernel.org>2024-11-03 16:32:29 +0100
commit54ecf059d65cfeca09d5430018b3799d44ffca7e (patch)
treeabec29b09399d8eb8cf18a644464c69fe3f00a81
parentd303f5dd2ffc6c8f7508ee017e6461a3b682b2f0 (diff)
downloadman-pages-54ecf059d65cfeca09d5430018b3799d44ffca7e.tar.gz
etc/clang-tidy/config.yaml: -misc-include-cleaner
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>
-rw-r--r--etc/clang-tidy/config.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/clang-tidy/config.yaml b/etc/clang-tidy/config.yaml
index 1e3a99a0c1..8cebd7eebd 100644
--- a/etc/clang-tidy/config.yaml
+++ b/etc/clang-tidy/config.yaml
@@ -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,