Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@blender.org>2020-09-04 15:44:31 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-09-04 17:29:18 +0300
commit3215651f47174d747053f8521241f040192a39f3 (patch)
treeea925a9e974638d16cbadf12aaf6a6a0a0ddd0cb /.clang-tidy
parentfb5e2f56109e825ce3c446f80e075ee3dde81c3d (diff)
Cleanup: Clang-Tidy, describe current status of rules
No functional changes.
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy3
1 files changed, 3 insertions, 0 deletions
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-*,