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-tidy7
1 files changed, 7 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 8e76892ec5a..995f585cda1 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -18,6 +18,10 @@ Checks: >
-readability-redundant-member-init,
-readability-use-anyofallof,
+ -readability-named-parameter,
+ -readability-function-cognitive-complexity,
+ -readability-redundant-string-init,
+
bugprone-*,
-bugprone-narrowing-conversions,
-bugprone-unhandled-self-assignment,
@@ -28,4 +32,7 @@ Checks: >
-bugprone-sizeof-expression,
-bugprone-integer-division,
+ -bugprone-exception-escape,
+ -bugprone-redundant-branch-condition,
+
WarningsAsErrors: '*'