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:
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index ad8a89cab87..7cf2830d438 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -23,12 +23,14 @@ Checks: >
-readability-static-accessed-through-instance,
-readability-redundant-declaration,
-readability-qualified-auto,
+ -readability-use-anyofallof,
bugprone-*,
-bugprone-narrowing-conversions,
-bugprone-unhandled-self-assignment,
-bugprone-branch-clone,
-bugprone-macro-parentheses,
+ -bugprone-reserved-identifier,
-bugprone-sizeof-expression,
-bugprone-integer-division,