From 3215651f47174d747053f8521241f040192a39f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 4 Sep 2020 14:44:31 +0200 Subject: [PATCH] Cleanup: Clang-Tidy, describe current status of rules No functional changes. --- .clang-tidy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.clang-tidy b/.clang-tidy index 2a4d4f3135c..f8947eb0754 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,3 +1,6 @@ +# The warnings below are disabled because they are too pedantic and not worth fixing. +# Some of them will be enabled as part of the Clang-Tidy task, see T78535. + Checks: > -*, readability-*,