]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
etc/clang-tidy/config.yaml: Ignore 'modernize-macro-to-enum'
authorAlejandro Colomar <alx@kernel.org>
Wed, 18 Oct 2023 19:36:22 +0000 (21:36 +0200)
committerAlejandro Colomar <alx@kernel.org>
Wed, 18 Oct 2023 19:42:51 +0000 (21:42 +0200)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
etc/clang-tidy/config.yaml

index bfb501d27cbae1d956e7a099dc91d9706dad537d..d910b1478d815f6d8c9df9960a651837822f99ee 100644 (file)
@@ -37,6 +37,7 @@ Checks: >
     -hicpp-uppercase-literal-suffix,
     -llvmlibc-restrict-system-libc-headers,
     -misc-no-recursion,
+    -modernize-macro-to-enum,
     -readability-braces-around-statements,
     -readability-function-cognitive-complexity,
     -readability-identifier-length,