diff options
| author | Alejandro Colomar <alx@kernel.org> | 2024-11-03 16:25:10 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2024-11-03 16:32:29 +0100 |
| commit | 54ecf059d65cfeca09d5430018b3799d44ffca7e (patch) | |
| tree | abec29b09399d8eb8cf18a644464c69fe3f00a81 | |
| parent | d303f5dd2ffc6c8f7508ee017e6461a3b682b2f0 (diff) | |
| download | man-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.yaml | 1 |
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, |
